Click to See Complete Forum and Search --> : display data in grid format


gajesh
November 5th, 2008, 05:24 AM
Hello,
I have programmatically created some data tables (using SQL queries) which are to be displayed in grid format in report.

Each Data Table corresponds to one column data and they are mapped with the Data Tables created in DataSet . I am using Standard report to display data but i don't know how to display the data in grid layout.

I tried to use Cross Report but i don't want count and other unnecessary fields.
Also, all columns are not having equal no. of rows so the Box object and Line object are not solving my purpose if i use Standard report.

Please refer to the attached image and help me in getting the right way to format the report.

P.S: I am using C# as code base.

Thanks in advance.