Blank Page in-between

Stimulsoft Reports.NET discussion
Post Reply
klinsi
Posts: 10
Joined: Wed Jan 04, 2012 7:00 am

Blank Page in-between

Post 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 :)
Attachments
screen.PNG
screen.PNG (226.46 KiB) Viewed 1786 times
DOC_OFT.mrt
(81.3 KiB) Downloaded 146 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Blank Page in-between

Post by Alex K. »

Hello,

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

Thank you.
klinsi
Posts: 10
Joined: Wed Jan 04, 2012 7:00 am

Re: Blank Page in-between

Post by klinsi »

Hey,

of course! Is it possible to export test data directly from the Designer?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Blank Page in-between

Post 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.
klinsi
Posts: 10
Joined: Wed Jan 04, 2012 7:00 am

Re: Blank Page in-between

Post by klinsi »

Hey,

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

Thanks for your support! :)
Attachments
testdata.zip
(16.72 KiB) Downloaded 146 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Blank Page in-between

Post by Alex K. »

Hello,

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

Thank you.
Attachments
Capture.PNG
Capture.PNG (103.77 KiB) Viewed 1782 times
klinsi
Posts: 10
Joined: Wed Jan 04, 2012 7:00 am

Re: Blank Page in-between

Post by klinsi »

Hey,

we upgraded to the current version and it works.

Thanks for your support.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Blank Page in-between

Post by Alex K. »

Hello,

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

Thank you.
Post Reply