Hide some pages?

edited 9:18PM in FastReport 3.0
Hello,

I have a report with 10 pages,
each page is holding one dbcrosstab,
Each dbcrosstab is starting a new page.

Runs fine!

Now I'd like to hide some pages and I can do this by hiding the whole band, but then I get a blank page. What I'd like is that the subsequent crosstabs are shifted "one page upwards".

Is that possible? Or other approaches? Something like an "avoid empty pages" setting on the report?

Thanks,

Daniel

Comments

  • edited 9:18PM
    You can hide the page: Page2.Visible := False
  • edited 9:18PM
    AlexTZ wrote:
    You can hide the page: Page2.Visible := False
    and I can hide them in the Report.OnStartReport handler!

    Works! Thanks a lot!

    Daniel

Leave a Comment