Two pages, the first is getting blank
-
- Posts: 3
- Joined: Mon Jul 04, 2011 7:51 pm
- Location: Brasil
Two pages, the first is getting blank
I have a report with two layout pages and 14 band. These bands are printed or not in accordance with the filter chosen by the user. My problem is that getting on the first page is blank because the second page does not fill the blank space on the first page. Its the second page to fill the blank space on the first page?
Two pages, the first is getting blank
Hello, Julio.
[quote="julio".albuquerque]I have a report with two layout pages and 14 band. These bands are printed or not in accordance with the filter chosen by the user. My problem is that getting on the first page is blank because the second page does not fill the blank space on the first page. Its the second page to fill the blank space on the first page?[/quote]
Please send us a report template with sample data on support@stimulsoft.com which reproduces the problem.
Thank you.
[quote="julio".albuquerque]I have a report with two layout pages and 14 band. These bands are printed or not in accordance with the filter chosen by the user. My problem is that getting on the first page is blank because the second page does not fill the blank space on the first page. Its the second page to fill the blank space on the first page?[/quote]
Please send us a report template with sample data on support@stimulsoft.com which reproduces the problem.
Thank you.
-
- Posts: 3
- Joined: Mon Jul 04, 2011 7:51 pm
- Location: Brasil
Two pages, the first is getting blank
Posted now!
-
- Posts: 3
- Joined: Mon Jul 04, 2011 7:51 pm
- Location: Brasil
Two pages, the first is getting blank
I would stress that it is not generating any error but I do not know how to make a page do not be blanks.
Two pages, the first is getting blank
Hello, Julio.
To give you more correct answer we need to know how users choose bands to print.
Depending on this, there may be two options.
1. If it's known before compilation of the report, that the first page will be empty:
- You can set the Enabled property of the first page to False.
- Or you can set the 'Print on Previous Page' property of the second page to True.
2. Otherwise you should use the scripts in the events of the report.
If you don't really need to break data on two pages in a particular place you can set the 'Larger Height' property of the first page and move all bands on it.
Thank you.
To give you more correct answer we need to know how users choose bands to print.
Depending on this, there may be two options.
1. If it's known before compilation of the report, that the first page will be empty:
- You can set the Enabled property of the first page to False.
- Or you can set the 'Print on Previous Page' property of the second page to True.
2. Otherwise you should use the scripts in the events of the report.
If you don't really need to break data on two pages in a particular place you can set the 'Larger Height' property of the first page and move all bands on it.
Thank you.
Re: Two pages, the first is getting blank
that was helpful thanks
Re: Two pages, the first is getting blank
Hello
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.