Page 1 of 1

how to break page and keep the same style

Posted: Thu Nov 19, 2009 9:35 am
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

how to break page and keep the same style

Posted: Fri Nov 20, 2009 3:47 am
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.

how to break page and keep the same style

Posted: Wed Nov 25, 2009 8:04 am
by luca
I have just written you an email with an example which reproduce the error.

Thanks,
Luca

how to break page and keep the same style

Posted: Thu Nov 26, 2009 3:30 am
by Ivan
Hello,

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

Thank you.

how to break page and keep the same style

Posted: Thu Nov 26, 2009 4:46 am
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

how to break page and keep the same style

Posted: Thu Nov 26, 2009 9:49 am
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.