Page 1 of 1

Blank Page in-between

Posted: Fri Mar 22, 2013 10:21 am
by klinsi
Hello Stimulsoft,

I'm trying to create a report, but I have a problem with Panels and DataBands.
I have a report with 2 reportpages. On the first page is a summary and from the second page on are offersvariants. These offervariants can fit one page or can grow on more than one pages. each offervariant should be started on a new page. Now I'm having the issue, when an offervariant goes over more than one page, it creates a blank page (only with the header and footer) before it lists the offervariants. I don't want to have that blank page!
I attached the report file and a screenshot.

If you need any information, please let me know!

Thanks for your support!

Sebastian :)

Re: Blank Page in-between

Posted: Fri Mar 22, 2013 10:44 am
by Alex K.
Hello,

Can you please send us a test data for your report for analysis.

Thank you.

Re: Blank Page in-between

Posted: Fri Mar 22, 2013 10:49 am
by klinsi
Hey,

of course! Is it possible to export test data directly from the Designer?

Re: Blank Page in-between

Posted: Fri Mar 22, 2013 12:08 pm
by Alex K.
Hello,

Please try to use the following code in BeforePrint event of page component:

Code: Select all

FormData.DataTable.DataSet.WriteXsdSchema(...);
FormData.DataTable.DataSet.WriteXml(...);
Thank you.

Re: Blank Page in-between

Posted: Fri Mar 22, 2013 12:43 pm
by klinsi
Hey,

here's the test data. If you need more Information, please let me know!

Thanks for your support! :)

Re: Blank Page in-between

Posted: Fri Mar 22, 2013 1:24 pm
by Alex K.
Hello,

We couldn't reproduce this bug.
Please check the last prerelease build.

Thank you.

Re: Blank Page in-between

Posted: Tue Mar 26, 2013 8:38 am
by klinsi
Hey,

we upgraded to the current version and it works.

Thanks for your support.

Re: Blank Page in-between

Posted: Tue Mar 26, 2013 9:15 am
by Alex K.
Hello,

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

Thank you.