How to build reportviewer using existing dynamic dataset without report wizard
C#
1
Posts
1
Posters
0
Views
1
Watching
-
So lets say I have Form1 in Form1 I want to build a reportviewer1 linked to an reportex.rdlc. I have designed the rdlc and when the code executes it creates the dataset that is returned as dsCount
DataSet dsCount = ConvertDownloadAuditToDataSet(daCountList);
I want reportviewer1 to bind this dsCount to the report. I know how to build on creating a xsd dataset but when I have an embedded dataset Im not sure how to bind it