Hi,
There is a solution to print multiple grids in single page in version 8.1, using Infragistics.Documents.Report.Section.ISection
You can refer this link for solution in 8.1 http://forums.infragistics.com/forums/p/3487/18447.aspx#18447
But, I want to acomplish the solution in version 6.3. Is that possible in this version?
A help will be greatly appreciated.
Thanks in advance,
Krish
Try creating a class that will hold all the UltraPrintGridDocuments, take a look a this class where it combines many print documents into one.
http://www.csharp-examples.net/combine-multiple-printdocuments
this should help you and you will be able to print all grids in one print job.
Thanks for reply Jose, but I have done a kind of stuff and it did not help me. Even I tried your suggestion, but it did not work either. Because mine and yours, both way gives us multiple grids printed on bunch of papers.....and all those grids start with a new page.
BUT what I want is, to print all ultragrids continously. Without leaving any blank spaces.
Assume, there are three grids. 1st, 2nd and 3rd grids have 10, 30 and 60 rows respectively. Then I want to print 1st and 2nd grid on first page itself. And 3rd grid will be started on first page itself, but due to page length, some rows will be skipped to next page.
I hope you understand.
Thanks again,