or
<
telerikReport:ReportViewer
UseNativePrinting
=
"False"
Name
=
"reportViewer"
ReportServerUri
=
"../ReportService.svc"
/>
this
.reportViewer.ReportServiceClientFactory =
this
;
this
.reportViewer.Report =
"SilverFinancials.Report."
+ _reportCSName +
",SilverFinancials.Report, Version=1.0.0.0, Culture=neutral , PublicKeyToken=null"
;