Hi
I have a group in my report, and i set a pagebreak after the groupfooter. There is a problem that i get a blank page after all the pages generated, because of the pagebreak i set in the groupfooter.How to fix it?
Thanks.
3 Answers, 1 is accepted
0
Hrisi
Telerik team
answered on 25 Mar 2009, 04:34 PM
Hi chan,
This behavior is not seen before. Could you please send us the source code of the report with some sample data to investigate the problem.
Kind regards,
Hrisi
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.
Hi
I just set a pagebreak after the groupfooter, when generate reports in HTML page ,it shows 10 pages, but when i export to PDF file, there is one more page that is blank. Datasource of this report is a stored procedure, so there is only a fill method in the viewcode
0
Hrisi
Telerik team
answered on 30 Mar 2009, 09:13 AM
Hi chan,
You are right, in the constructor of the report you can find the fill method of the data adapter. The definition of the report itself is placed in the InitializeComponent() by the Visual Studio designer.
If you send us the full source of the report (for example YourReport.vb, YourReport.Designer.vb) and simple data that demonstrates the erroneous behavior, we can investigate what is causing the undesired behavior and advice you accordingly.
Kind regards,
Hrisi
the Telerik team
Check out
Telerik Trainer
, the state of the art learning tool for Telerik products.