Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
Horizontal DocumentViewer
posted

Hello,

I'm working with the XamReportPreview and I wonder if there is a way to display the DocumentViewer in horizontal orientation. I'm asking because printing actually offers both vertical and horizontal orientation.

Thank you.

Parents
  • 3520
    Verified Answer
    Offline posted

    Hello Camilo,

    If I understood correctly, what you're looking for is the PageOrientation property off the ReportSettings object of your Report object. For example:

    Report myReportObj = new Report();
    myReportObj.ReportSettings.PageOrientation = PageOrientation.Landscape;

    Hope this helps.

Reply Children
No Data