Grow To Height

Stimulsoft Reports.WPF discussion
Post Reply
Niqu
Posts: 81
Joined: Wed Aug 08, 2012 9:08 am

Grow To Height

Post by Niqu »

Hello.

I am wondering - Is is possible to make rows in the same Line in different DataSource on different Page property "Grow To Height"?
For example:
I have two Page and on each page is DataSource. In each DataSource I have the same amount of rows (they have the same business object), but i display different data on each DataSource. If any rows in one DataSource has increase height (couse "Grow To Height" property), I want row with the same Line in second one DataSource to increase his height too.
Is it possible to do something like that?

I add very simply report. If it is require I can make better report (more detailed).

Thank you in advance for your help.
Attachments
ReportGrowToHeight.mrt
(11.66 KiB) Downloaded 595 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Grow To Height

Post by HighAley »

Hello.

You could do it by setting the Number of Pass property of the report to Double Pass.
And then use scripts in the Get Tag event of the StiText and the After Print event of the DataBand.
Please, look at the attached report template.
ReportGrowToHeight.mrt
(12.65 KiB) Downloaded 696 times
Thank you.
Niqu
Posts: 81
Joined: Wed Aug 08, 2012 9:08 am

Re: Grow To Height

Post by Niqu »

Work exactly as I wanted. Thank you for help once again.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Grow To Height

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.
Post Reply