Hello
The grid result contains over 1000 rows of data. I'm able to create only 1 page in the report even though I'm processing all rows through the logic that produced the 1 page. I've looked at the SampleGallery of documents and didn't see an example of using a WinUltraGrid as the source for the data in a Document Report.Grid. What do you suggest that I look for to fix this?
Thank you
Clay Seifert
Hi Clay,
I'm having a difficult time understanding your questions.
If you are trying to export the UltraWinGrid to a PDF or XPS document, then you should just use the UltraGridDocumentExporter component.
Is that what you are doing? Or are you trying to write code to export the grid yourself?
Good Morning Mike
Thank you for the quick reply.
That I want to do is produce a Report Recap that has a summary page as page 1 that contains a listing of the parameters and the values that the user provided to generate the report along with other related info. I've been able to accomplish this via the Document Report (see attached). For the remainder of the report (page 2 on), I want the actual report. I've tried to do this via the Document.Report and can only get the first page. If I repace the code for the grid with a UltraGridDocumentExporter, would that accomplish what I'm trying to do?
Thanks
Clay