Hi, i am trying develop some reports in silverlight 4 desktop application with Telerik Reporting Q1 2011 version 5.0.11.510.
My problem is that i don't know how to bind my report to the ReportViewer.
The xaml code is this:
<StackPanel VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<telerik:ReportViewer Name="reportViewer" Report="Reporting.Report, Reporting" Height="700" Width="800" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</StackPanel>
where Reporting.Report is a simple report with only a textbox.
If i run this code no report will be displayed, i like to understand where is the mistake. Can anyone help me?
Thanks,
Gio
My problem is that i don't know how to bind my report to the ReportViewer.
The xaml code is this:
<StackPanel VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
<telerik:ReportViewer Name="reportViewer" Report="Reporting.Report, Reporting" Height="700" Width="800" HorizontalAlignment="Center" VerticalAlignment="Center"/>
</StackPanel>
where Reporting.Report is a simple report with only a textbox.
If i run this code no report will be displayed, i like to understand where is the mistake. Can anyone help me?
Thanks,
Gio