Page 1 of 3
Cross Tab - DataBand
Posted: Wed Aug 31, 2016 8:10 pm
by Leandro Borges
Hello.
When I put the crosstab in a DataBand is not printed PageHeaderBand on the next page. See attached example, page 5:
Thank you.
Re: Cross Tab - DataBand
Posted: Thu Sep 01, 2016 9:29 am
by HighAley
Hello, Leandro.
This is not a page, but a segment of the page.
It is created when a Cross-tab is larger than the page.
You could use a solution from the attached report template.
Thank you
Re: Cross Tab - DataBand
Posted: Thu Sep 01, 2016 1:09 pm
by Leandro Borges
Hello.
I did not understand. The example does not have the crosstab component.
Thank you.
Re: Cross Tab - DataBand
Posted: Thu Sep 01, 2016 1:22 pm
by HighAley
Hello, Leandro.
In this example the same page segments are created.
You could find out how to shoe the Headers and Footers on the segments there.
Thank you.
Re: Cross Tab - DataBand
Posted: Thu Sep 01, 2016 1:50 pm
by Leandro Borges
Hello.
PagesCount It is a variable. What would it be RenderedPages[0].SegmentPerWidth and IsFirstPass?
I can use a DataBand instead of using ReportTitleBand?
Thank you.
Re: Cross Tab - DataBand
Posted: Fri Sep 02, 2016 10:13 am
by HighAley
Hello, Leandro.
The RenderedPages[0].SegmentPerWidth is a number of segments of the rendered page.
You should get it to know how many segments is on the page.
The IsFirstPass is a system variable that shows that it is the first pass.
It possible to change the Number of Pass property of the report to Double pass. In this case the report will be rendered two times.
You could get some information on the first pass and make chenge on the second (IsSecondPass).
Thank you.
Re: Cross Tab - DataBand
Posted: Fri Sep 02, 2016 1:15 pm
by Leandro Borges
Hello.
Got it. Because I have to switch to double-pass?
I can use a DataBand instead of using ReportTitleBand?
Thank you.
Re: Cross Tab - DataBand
Posted: Fri Sep 02, 2016 1:48 pm
by HighAley
Hello.
Yes, you should switch to the Double Pass.
Yes, you could use the Data Band.
Thank you.
Re: Cross Tab - DataBand
Posted: Tue Sep 06, 2016 2:14 pm
by Leandro Borges
Hello.
But if I switch to Double Pass the report will run twice and will get very slow.
Please could send me an example using Data Band because it did not work.
Thank you.
Re: Cross Tab - DataBand
Posted: Tue Sep 06, 2016 5:20 pm
by Alex K.
Hello,
In any cases, for this task, you should use Double Pass.
Thank you.