WebReport Window Size

When you use the Designer to create an .frx report, you can set the paper size - for example Letter / Landscape.

When you use the WebReport component in an .aspx form and load the saved report, is there a way to automatically size the WebReport window based on the frx report paper size/orientation so the WebReport shows the entire page? I know I can fit the frx report to the window but I really want to fit the window to the set page size of the frx report.

Thanks.

Comments

  • edited 9:45AM
    Hello,

    There is no way to do this.
  • edited 9:45AM
    AlexTZ wrote: »
    Hello,

    There is no way to do this.

    Would you please consider this feature in a future release?
  • edited 9:45AM
    I'm not sure if it is possible. It can be done in the Page.Load event, but the report is not initialized at this time. You can prepare the report in the WebReport.StartReport event, but there is no way to change the WebReport size at this moment.

Leave a Comment