I'm trying to modify the control template for the ReportViewer using Blend. When I choose Edit Template > Edit a Copy, it creates a blank ControlTemplate instead of a copy of the ReportViewer's default template:
I'm using Telerik RadControls for SIlverlight Q3 2013, Telerik Reporting Q3 2013, Expression Blend 4. Does the ReportViewer have some other dependency that's preventing this from working?
<UserControl.Resources> <ControlTemplate x:Key="ReportViewerControlTemplate1" TargetType="rv:ReportViewer"/></UserControl.Resources><Grid x:Name="LayoutRoot" Background="White"> <rv:ReportViewer Template="{StaticResource ReportViewerControlTemplate1}" /></Grid>I'm using Telerik RadControls for SIlverlight Q3 2013, Telerik Reporting Q3 2013, Expression Blend 4. Does the ReportViewer have some other dependency that's preventing this from working?