Hi all,
I try to programmically set the property "Report" but it doesn't work well.
the scenario is :
- i define my reportViewer like this (the Raport Property will not specify) :
I try to programmically set the property "Report" but it doesn't work well.
the scenario is :
- i define my reportViewer like this (the Raport Property will not specify) :
<ctl:ReportViewer x:Name="ReportViewer1"
Grid.Row="0"
Grid.Column="0"
Grid.ColumnSpan="2"
ReportServerUri="../ReportService.svc"
HorizontalContentAlignment="Center"
HorizontalAlignment="Center"
VerticalContentAlignment="Top"
ViewMode="PrintPreview"
Style="{StaticResource ReportViewerStyle1}" />
- i have 3 radio button (each radio button defined a report)
- 1 button, when i click on this button, i take the name of the report : ReportViewer1.Report = "name of Report"
I am using the ReportViewer in Silverlight 5 ( version : Telerik_Reporting_Q1_2012_v6_0_12_215) and I use a ReportService.svc file to generate the report.
Thank you for your help.