suppose I have 15 rows of data and I wanted to print 2 rows on each page is it possible to print data ??
Print Data
Print Data
Hi,
Yes it is possible.
The report might be as follows:
report.EngineVersion = EngineV2
GroupHeader with zero height. Condition: {((MyDataBand.Position)&2)==0}. NewPageBefore = true, SkipFirst = true;
MyDataBand.
There is a sample report template for Demo.exe sample application in the attachment.
Thank you.
Yes it is possible.
The report might be as follows:
report.EngineVersion = EngineV2
GroupHeader with zero height. Condition: {((MyDataBand.Position)&2)==0}. NewPageBefore = true, SkipFirst = true;
MyDataBand.
There is a sample report template for Demo.exe sample application in the attachment.
Thank you.
- Attachments
-
- 152.ReportWithGroups.mrt
- (17.44 KiB) Downloaded 151 times