Disable Report Outline
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;
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;
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com