Hide some pages?

edited 5:37PM 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 5:37PM
    You can hide the page: Page2.Visible := False
  • edited 5:37PM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.