Requirement: Display dynamic report using user requests for rows & columns on one page & on next page

I have written code to fetch data from dynamic databases. Now, the job is to display that in proper format i.e. if i fetch total 10 columns & 10 rows from database, now i wants to display 5-5 columns per page with their respective rows. how to do that?


Solutions:

Submit a new solution to this problem >
How to display dynamic reports using user requests for rows & columns
It can be done using our DynamicPDF Generator for .NET product. After five records are added you will start a new page. Then add the remaining records on the following page. It can also be done using our ReportWritter for .NET product. If you know the height of each record, then you can set the height of body equal to the height of each record multiplied by five and then add a page break. That way the next five recirds will flow to the second page.
(C#, VB.NET\.NET framework)
Embedded Reporting Component
This system allows programmers to add a very powerful database query/report designer to their own applications. Simply clone the sample code into your own code and having deployed all the required files via our installer you have a ready made reporting tool.
(VB6, Delphi, VB.net, C# C++\COM)
Dynamic report creation
How to control reports generation process using scripts
(C#\.NET Framework 2.0)