Hi,
I need to have a table sort of structure appear from second page on wards at the top of the page after header section. table I add should be visible if pageNumber > 1. I added a set of texboxes in a panel to the header section and made it visible conditionally using pageNumber, but when hidden it leaves a space :(. if I can repeat a table structure in page body section and make visible after the first page would help me. I need an answer soon. thank u in advance guys.
I need to have a table sort of structure appear from second page on wards at the top of the page after header section. table I add should be visible if pageNumber > 1. I added a set of texboxes in a panel to the header section and made it visible conditionally using pageNumber, but when hidden it leaves a space :(. if I can repeat a table structure in page body section and make visible after the first page would help me. I need an answer soon. thank u in advance guys.
5 Answers, 1 is accepted
0
Shivanka
Top achievements
Rank 1
answered on 22 Jan 2014, 11:43 AM
I need a solution soon, can anyone suggest me a proper solution to this.
0
KS
Top achievements
Rank 1
answered on 22 Jan 2014, 12:19 PM
Hi,
Use PageBreak on the section before the table and it will go on the next page.
-KS
Use PageBreak on the section before the table and it will go on the next page.
-KS
0
Shivanka
Top achievements
Rank 1
answered on 23 Jan 2014, 01:21 AM
1. ) simply I would like to know if I add a table structure to body section and if it could be set to appear in each page at the top of page body?
2.) can I add a table structure to page header section ( coz if i add something to page header it will repeat in all apges)
3.) I have a Panel and set of text boxes aligned as a table structure in the page header section.is there a way to hide the space that apears even when I set visible false to the panel with the text boxes? if I could remove the space then it would solve my problem.
2.) can I add a table structure to page header section ( coz if i add something to page header it will repeat in all apges)
3.) I have a Panel and set of text boxes aligned as a table structure in the page header section.is there a way to hide the space that apears even when I set visible false to the panel with the text boxes? if I could remove the space then it would solve my problem.
0
KS
Top achievements
Rank 1
answered on 23 Jan 2014, 09:57 AM
Hi,
I reckon the answers are:
1) PageBreak on the section with the table structure
2) and 3) Understanding Rendering Behaviors
-KS
I reckon the answers are:
1) PageBreak on the section with the table structure
2) and 3) Understanding Rendering Behaviors
-KS
0
Shivanka
Top achievements
Rank 1
answered on 24 Jan 2014, 01:42 AM
If I set page header to not appear on the first page and have report header to appear, will the blank space occupied by the report header will be shrink/removed from the report in Q3 2013 version ?