Hi, if I had two report names TotalReport1 and TotalReport2 in a combo box on a windows app, how can I show whichever one I want in a reportviewer at run time ? I had something like
ReportViewer testViewer = new ReportViewer();
testViewer.Report = ????
Do I have to populate the IReportDocument with the report name I choose in the combo box, if so does anyone know the syntax ?
Thanks a lot,
Pete.
ReportViewer testViewer = new ReportViewer();
testViewer.Report = ????
Do I have to populate the IReportDocument with the report name I choose in the combo box, if so does anyone know the syntax ?
Thanks a lot,
Pete.