Установить свой&

edited May 2016 in FastReport VCL 5
A user wants to open the default reports to the scale of 75%.
If I understand correctly, it is responsible for the property and frReport.PreviewOptions.ZoomMode frReport.PreviewOptions.Zoom
I install:
frReport.PreviewOptions.ZoomMode: = zmDefault;
frReport.PreviewOptions.Zoom: = 0.75;
But reports are still open with the default scale of 100%.
I use fastreport 5.3.16
How can I set the 75% default zoom?

Comments

  • gpigpi
    edited 12:11AM
    Works OK in the FR 5.5
    frxReport1.PreviewOptions.Zoom := 0.75;
      frxReport1.ShowReport();
    
  • edited 12:11AM
    Yes, it works in the FR 5.5

Leave a Comment