Is tere a way to set the preview form to zoom page width in code?

edited February 2014 in FastReport 4.0
Before calling frxReport1->ShowReport(true); is there a way to force it to automatically zoom to "Page Width" instead of 100%?
I tried to add the following line:
frxReport1->PreviewOptions->ZoomMode = zmPageWidth;

...but this doesn't work. When the report is shown its zoom value is still 100%.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:50AM
    try it after loading the report and before calling show

Leave a Comment