Resizing PreviewForm
?Is there a way to resize the default PreviewForm so it is larger?
--- posted by geoForum on http://delphi.newswhat.com
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Inside the Report.PreviewFormCreate event, you can set the
Report.PreviewForm.Width and .Height properties to any size you need.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nevermind. TppReport.OnPreviewFormCreate() does exactly what I need.
--- posted by geoForum on http://delphi.newswhat.com
Please use this code:
ppReport1.PreviewFormSettings.ZoomPercentage:= 290;
Regards,
Ali Abbasi
--- posted by geoForum on http://delphi.newswhat.com