Is tere a way to set the preview form to zoom page width in code?
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:
...but this doesn't work. When the report is shown its zoom value is still 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