Hi
I have subreport called in main Report. Report Header / Page Header are getting printed on first page of subreport but on second page not getting printed.
Thanks
Hi
I have subreport called in main Report. Report Header / Page Header are getting printed on first page of subreport but on second page not getting printed.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Dec 6, 2023, 6:57 AM
To resolve the issue of the Report Header and Page Header not printing on the second page of a subreport in Crystal Report C#, you can follow these steps:
Make sure that the Report Header and Page Header sections are properly defined in the subreport. Check if they are set to display on all pages or just the first page.
Verify the placement of the subreport within the main report. Ensure that the subreport is placed correctly within the main report's layout and that it is not overlapping with any other sections or elements.
Check the page break settings in the subreport. Crystal Report has a feature called "Keep Together" that can be enabled for sections. Make sure that the "Keep Together" option is disabled for the subreport's sections, especially the Report Header and Page Header.
Verify the page settings of the subreport. Check if the subreport has its own page settings that might be overriding the main report's page settings. Ensure that the subreport's page settings are consistent with the main report's page settings.
Test the subreport separately. Run the subreport independently to see if the Report Header and Page Header are displayed correctly on the second page. This will help identify if the issue lies within the subreport or the main report.