keeping headers together with data

Stimulsoft Reports.NET discussion
Post Reply
re4gi
Posts: 13
Joined: Thu Sep 13, 2012 7:50 am

keeping headers together with data

Post by re4gi »

Hello,

I have a problem with keeping headers together with the data. I have the main report with data from some data table and then I have the subreport with data from some other table which has a foreign key to the first table. The subreport consists from the label, header of the table and data. If the data are splitted over more pages then I want to have the label only on the first site but the table header on the beginning of the each new site. This "problem" I solved with 2 HeaderBands and setting the Print on All Pages property of the first HeaderBand (with the label) to false. What I want to accomplish is not to show only the label at the end of first page (or the label and header) and the data on the next page. I want to keep the label and header together with at least one data record.

Thank you for you answer,

Regi
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: keeping headers together with data

Post by Alex K. »

Hello,

Please send us a sample report with test data for analysis.

Thank you.
re4gi
Posts: 13
Joined: Thu Sep 13, 2012 7:50 am

Re: keeping headers together with data

Post by re4gi »

Here are the sample report and the test data.

Thank you for your answer.

Regi
Attachments
dataset.cs
dataset
(872 Bytes) Downloaded 270 times
Team.mrt
layout report
(14.17 KiB) Downloaded 238 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: keeping headers together with data

Post by HighAley »

Hello.

There as a technical difficulty with sub-reports and Keep Together properties.
Please. try to use Panel like on the attached report template.
Team_modified.mrt
(12 KiB) Downloaded 363 times
Thank you.
Post Reply