Page 1 of 1

Print Data

Posted: Mon Mar 09, 2009 7:03 am
by raj07
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

Posted: Mon Mar 09, 2009 8:25 am
by Edward
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.