Hi!
I am using Infragistics Report class and there I create an IGrid .The Grid contains some 50-60 columns, so when i am trying to preview that report using an UltraPrintDocument a lot of columns are not shown. Is there any way i can divide these columns across logical pages ? I don't want to use GridExporter or UltraGridPrintDocument as i want to format the grid data and then write it in report.
Thanks,
Deepika
Hi Deepika,
As far as I know, PDF and XPS format do not support spanning across pages horizontally. The way the UltraGridDocumentExporter works is it sets the Page size in the section so that it is wide enough to fit all of the data. When you open the document in a reader program, like Adobe Acrobat, there are options so that you can scale the document to the paper when printing.
Thanks Mike for your prompt response.
Can you suggest a way to print this report so that all columns are shown.
If I use an UltraGridPrintDocument and assign a grid with lots of columns to it,it splits the grids columns across multiple pages. Can i achieve the same using an UltraPrintDocument? Or how can i change the page size of report so that it can accomodate all the columns of the grid.
You should be able to change the size of the report section. But it depends how you are doing your export. You probably need to create the report, add a section, set the size, then export the grid to that section.