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
3914
Print XamPivotGrid in multiples pages
posted

Hi,

How can I print XamPivotGrid in multiple pages. I use Reporting to print as follows. EmbeddedVisualReportSection can print XamDataGrid in multiple pages, but does not seem to print XamPivotGrid. I am using V11.1, is there anyway I can print the entire XamPivotGrid in multiple pages.

 

Report reportObj = new Report();

reportObj.ReportSettings.HorizontalPaginationMode = HorizontalPaginationMode.Scale;
            
EmbeddedVisualReportSection section = new EmbeddedVisualReportSection(pivotGrid);

 reportObj.Sections.Add(section);

 reportObj.Print(true, false);

 

Thanks

Sangeetha

Parents
No Data
Reply
  • 17559
    posted

    Hello Sangeetha,

     

    I have created a support ticket on your behalf with number CAS-75079-JY118L in order to link the development issue 92990 to it so that you are automatically updated when a Service Release containing your fix is available for download.

Children