Converting crystal report to telerik and literally every field has the warning: Overlapping items may not appear as expected in some export formats. The report is populated with box shapes with multiple fields inside each box. What approach should I take…convert the box shapes to panels…use a crosstab…other?
Type of project: C# Windows Class Library with a collection of Telerik Report Q1 2011 projects (one per report)
Step by step instructions on how to reproduce the problem:
Add the Telerik Report item to the solution and use the Telerik wizard to convert an existing crystal report to telerik.
State the software you are using, including:
OS version and applied service packs. Win 7 Pro, SP1
Exact version of Telerik Reporting. Telerik_Reporting_Q1_2011_v5_0_11_510_dev.msi
<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.