how to break page and keep the same style

Stimulsoft Reports.NET discussion
Post Reply
luca
Posts: 6
Joined: Tue Nov 17, 2009 3:49 am
Location: Milan - Italy

how to break page and keep the same style

Post by luca »

Hello to everybody. :biggrin:

I created a report page within 3 subreport:
- an Header (where I specified the page number with {PagenumberThrought} variable);
- a main subreport that contains 2 GroupBand and a DataSource;
- a Footer.

In the main subreport in the second GroupFooterBand I set True the property "New Page After". The result is to break page where I want but from the second breaked page the style of the report is lost. In another word I lost the header and footer. :waaaht:

I notice that the page number doesn't consider the braked page.

Someone can help me?

Thanks in advace,
Luca
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

how to break page and keep the same style

Post by Ivan »

Hello,

Sorry, maybe we did not exactly understood your question.
Can you please send us a sample report with data to support@stimulsoft.com, which reproduce the issue?

Thank you.
luca
Posts: 6
Joined: Tue Nov 17, 2009 3:49 am
Location: Milan - Italy

how to break page and keep the same style

Post by luca »

I have just written you an email with an example which reproduce the error.

Thanks,
Luca
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

how to break page and keep the same style

Post by Ivan »

Hello,

We couldn't reproduce this bug.
Sorry, can you provide data for your report?

Thank you.
luca
Posts: 6
Joined: Tue Nov 17, 2009 3:49 am
Location: Milan - Italy

how to break page and keep the same style

Post by luca »

Hi,

Can you open the file "MyReport.mrt"?
If yes, you can see in preview that miss, from the second page, the header and the footer.
I think it happens because example used a subreport.

I'm seeing if I can send you other data.

Thanks,
Luca
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

how to break page and keep the same style

Post by Ivan »

Hello,
luca wrote:Can you open the file "MyReport.mrt"?
If yes, you can see in preview that miss, from the second page, the header and the footer.
I think it happens because example used a subreport.
In your report you use ConnectionString to the local Sql Server:

Code: Select all

Password=#######;Persist Security Info=True;Data Source=S-HP04;Integrated Security=False;Initial Catalog=Frontoffice;User ID=###
On our test data all work correctly.
We couldn't reproduce this bug without your data.

Thank you.
Post Reply