or
<telerik:ReportViewer Grid.Row="1" x:Name="ReportViewer1" Width="1000" telerikControls:StyleManager.Theme="{Binding SelectedItem, ElementName=ThemeSelector}" ReportServiceUri="../ReportService.svc" Report="Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary" /><telerik:ReportViewer Grid.Row="1" x:Name="ReportViewer1" Width="1000" telerikControls:StyleManager.Theme="{Binding SelectedItem, ElementName=ThemeSelector}" Report="Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary" ReportServiceUri="../ReportService.svc" /><telerik:ReportViewer Grid.Row="1" x:Name="ReportViewer1" Width="1000" telerikControls:StyleManager.Theme="{Binding SelectedItem, ElementName=ThemeSelector}" Report="Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary" ReportServiceUri="../ReportService.svc" RenderBegin="ReportViewer1_RenderBegin" /><UserControl x:Class="SilverlightApplication3.MainPage" xmlns:telerik="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White"> <telerik:ReportViewer x:Name="Report001"/> </Grid> </UserControl>