Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Default Preview - How can I get zoon 100% when starts????
rbuser
July 2002
edited July 2002
in
General
How can I do this?
Andre
Comments
rbuser
July 2002
edited July 2002
Put this in the OnPreviewFormCreate event:
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;
HTH,
Vikram
rbuser
July 2002
edited July 2002
Thanks,
Andre Mota
This discussion has been closed.
Comments
ppReport1.PreviewForm.WindowState := wsMaximized;
TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;
HTH,
Vikram
Andre Mota