Print Data

Stimulsoft Reports.NET discussion
Post Reply
raj07
Posts: 21
Joined: Fri Feb 13, 2009 1:16 am
Location: Mumbai

Print Data

Post 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 ??
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Print Data

Post 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.
Attachments
152.ReportWithGroups.mrt
(17.44 KiB) Downloaded 151 times
Post Reply