Hello,
(sorry if my english isn't good, i'll try to explain as clear as possible)
When i want to assign a report to a report viewer via code, i do it like that:
ReferenceReport is my dll, who contains report1, report2 and report 3
In my form, i have a combobox that let you choose between Report1, report2, report3. So you can view the report you want
So here is my problem: how can i assign the right report to my reportViewer (via Code)
with the Winforms.ReportViewer i could do this by changing the reporPath, but with telerik reportViewer, i don't know how.. Can you help me?
thanx,
i hope i was clear enough
(sorry if my english isn't good, i'll try to explain as clear as possible)
When i want to assign a report to a report viewer via code, i do it like that:
Me.ReportViewer1.report = new ReferenceReport.Report1 |
ReferenceReport is my dll, who contains report1, report2 and report 3
In my form, i have a combobox that let you choose between Report1, report2, report3. So you can view the report you want
So here is my problem: how can i assign the right report to my reportViewer (via Code)
with the Winforms.ReportViewer i could do this by changing the reporPath, but with telerik reportViewer, i don't know how.. Can you help me?
thanx,
i hope i was clear enough