You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create some reports that default to landscape orientation. Unfortunately, there seems to be a disconnect between the page size set in the ReportPaginator constructor and what it actually is in the resulting FixedDocument Sequence produced by the call to rsm.SaveAsXaml(rp) (line 285 of ReportDocument.cs). I've looked it over pretty closely but have no idea what is actually going on.
The text was updated successfully, but these errors were encountered:
I need to create some reports that default to landscape orientation. Unfortunately, there seems to be a disconnect between the page size set in the ReportPaginator constructor and what it actually is in the resulting FixedDocument Sequence produced by the call to rsm.SaveAsXaml(rp) (line 285 of ReportDocument.cs). I've looked it over pretty closely but have no idea what is actually going on.
The text was updated successfully, but these errors were encountered: