adding table to certain section programatically
(Type your message here)
--------------------------------
From: Khaled -
Hello there
I have a problem i want to add a table to my report and i want it to appear as following (note the of rows is not fixed this is why data are fitched from data base):
-----------------------------------------------------------------
|Data in rows are |column 1 Title| Column 2 Title| column 3 Title|
-----------------------------------------------------------------
| Row 1 title | 1 | 2 | 3 |
-----------------------------------------------------------------
| Row 2 title | 5 | 6 | 7 |
-----------------------------------------------------------------
| TOTAL OF COLUMS| 6 | 8 | 10 |
-----------------------------------------------------------------
the problem is i want to do that prgrammatically and i didn't know what is the correct action
1 - Building a data set and bind it to the repoort section.
If yes the problem is how to bind a data set to certain report section??
2 - Building a cross tab report and manipulate it.
If yes the problem is how to build a cross tab report programmatically??
I need your support urgently as i couldn't find the answer for this quesiton.
Thanks
|