This is a migrated thread and some comments may be shown as answers.

Spacing header and Data

2 Answers 152 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peet
Top achievements
Rank 1
Peet asked on 03 May 2012, 03:13 PM
One quick question ~

I have a master report that contains pageheader, reportheader and a subreport in its detail section. In the subreport, I only have a detail section that contains the data of my report in a table. When i run my report, my page header is attached to the data being displayed.

Is there anyway I can include a white space between my header and the subreport? I tried placing a panel above the hostingSubReport area and change its background to white, but that did not work.

I also added an empty group above the subreport, but the spacing would show up in the first page under the report header, but not in the second page between the page header and detail(subreport) section

Thanks much!!

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 May 2012, 05:47 PM
Hi Peet,

If you do not want your SubReport to show immediately after the report/page header, then do not place it at Location (0,0) in the detail section but a little down instead. Placing a Panel item in the detail section before it is also a possible solution.

The approach with the groupheader should also work, but group headers are rendered only once by default. You should set the PrintOnEveryPage property to True in order to have them on every page.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Peet
Top achievements
Rank 1
answered on 04 May 2012, 02:46 PM
Yes, that's what i was missing - setting the PrintOnEveryPage property to True.
Thank you!!!
Tags
General Discussions
Asked by
Peet
Top achievements
Rank 1
Answers by
Steve
Telerik team
Peet
Top achievements
Rank 1
Share this question
or