Hello,
I need to change the Report attribute in this code (with C#). It's because I need to change the source of the report during runtime.
Thank you for your help.
I need to change the Report attribute in this code (with C#). It's because I need to change the source of the report during runtime.
<
telerik:ReportViewer
ID
=
"ReportViewerFiche"
runat
=
"server"
BorderStyle
=
"Solid"
BorderWidth
=
"1"
Report
=
"Rapports.Fiches.FicheAA.MyReport, Rapports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
Width
=
"100%"
Height
=
"500px"
ViewMode
=
"PrintPreview"
>
</
telerik:ReportViewer
>
Thank you for your help.