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
1995
Export Problem
posted

Hai Mike,

I am using Infragistics 10.1. I have a user control to generate report using ultrawingrid. And i am generating the report dynamically by passing the query for datasource. 

Using this report user control, I am generating a 2 band grid as report. In this report we have summary row. Everything in the report (grid) is fine. But when i try to export the content to a pdf, the summary row is missing.

I very well know that, the pdf export is WYSIWYG logic. That why i got confused. I am using more than 50 report like this. In all my report the summary is coming correctly. In this report only i got this problem. As this report generation is common, all properties are same to all reports. Please guide me to solve this problem.

I attached the screen shot below :

Report (Grid) Screen shot

PDF Export Screen Shot :

Parents
  • 469350
    Offline posted

    It looks like your summary in the grid is fixed on the bottom of the grid. Since this summary is fixed in the grid, it's not a part of any of the grid's rows collections, so that might be why it's not exporting.

    In the other cases where this is working, is the summary also fixed to the bottom? Or are you using different SummaryDisplayAreas in those other cases?

Reply Children
No Data