Blank page issue

Posted by: nishant.tyagi on 16 June 2020, 7:40 pm EST

    • Post Options:
    • Link

    Posted 16 June 2020, 7:40 pm EST

    Hi,

    I am using Code based Active report v13. My report has below structure.

    1-Header

    2-sub report 1

    3-sub report 2

    4-sub report 3

    5-footer

    Header and all sub report 1,2,3 are consuming all space on first page. Footer is printing on second page because there is no enough space remaining on first page.

    I need to configure my report in such a way, if only footer is printing on last page, then last sub report should be moved to second page with footer.

    if there is enough space, all sub report and footer should print on first page.

    Please suggest how it possible dynamically in code based active report.

  • Posted 17 June 2020, 4:46 pm EST

    Hello,

    Sorry, there is no direct way to achieve your requirement. However, you can try the following approach if it helps.

    You can add the three groups in your sectionreport. After that, set the height of the footer of each group and the detail section to zero. Place the SubReport in each groupheader and add the “PageBreak” control at the starting of the last groupheader.

    After that, you can measure the height of the groupheader1 and groupheader2 in the format event of groupheader3 and enable the PageBreak control accordingly.

    This is just a workaround.

    Thanks,

    Mohit

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels