Page 1 of 1

Grow To Height

Posted: Fri Sep 21, 2012 11:27 am
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.

Re: Grow To Height

Posted: Mon Sep 24, 2012 8:41 am
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 697 times
Thank you.

Re: Grow To Height

Posted: Mon Sep 24, 2012 9:47 am
by Niqu
Work exactly as I wanted. Thank you for help once again.

Re: Grow To Height

Posted: Mon Sep 24, 2012 12:29 pm
by Alex K.
Hello,

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