|
-
Aug 6th, 2008, 01:57 PM
#1
Thread Starter
Fanatic Member
Using Matrix for Dynamic Reporting .NET 2.0 Reporting.Webform
Is there any easy way to just fill a Matrix on a Report (rdlc) with whatever is supplised by the sql statement of its SQLDataSource?
What is the easiest way to do it? ( Such as the GridView and Datagrid, if you just bind them to a DataTable they will display whatever they get:
DataGrid1.DataSource = dt
DataGrid1.DataBind
The problem I'm having is my sql statement is extremely dynamic, it can have a variable number of columns and rows and both can have different names. This makes it difficult to drag a column name from the DataSet.xsd like I've done with the other reports, or to enter Field!Name.Value. What do I do if everything is dynamic?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|