Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Disable Report Outline

edited July 2003 in General
Is there a programmatic way to disable the Report Outline in the viewer?

I know it can be done by the user (Rt-click), but can it be done in code?

I want to get the maximum screen space possible when I pop up my viewer.
Right now I'm using

ppRecap.PreviewForm.WindowState := wsMaximized;
TppViewer(ppRecap.PreviewForm.Viewer).ZoomPercentage := 100;

Comments

  • edited June 2003
    Wonderful! It works; it's done!


  • edited July 2003
    Hi Jay,

    The Report Outline can be disabled by selecting the Report | Outline
    Settings menu option, and unchecking the 'Enabled' property. This will keep
    the Outline disabled the next time you run the report.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.