In my Form I have three grids with some data associated to them. Is there a way to print these three grids in one document?
In our business we want to view these three grids all together in one page not three pages.
The WinForms exporters do not support such a scenario. You may be able to make this work with the reporting by converting the info from the grids into one reporting table. I would kindly ask you to send a support ticket to our reporting team with some more details on your scenario so they can help you find a solution.
I hope this helps. Should you have other questions concerning WinForms controls, do not hesitate to write back.
Thank you for your respond and support. But, I resolved my problem by storing my grids data models in database and retrieving them in a Telerik Reporting and showing them in two report tables.