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

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:21AM
    Works OK in the FR 5.5
    frxReport1.PreviewOptions.Zoom := 0.75;
      frxReport1.ShowReport();
    
  • edited 12:21AM
    Yes, it works in the FR 5.5

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.