New to Telerik Reporting? Start a free 30-day trial
Defining the Border Radius
With the 2024 Q3 (18.2.24.806) release of Telerik Reporting, the border radius of the WPF Report Viewer's borders can be modified from the code behind or the XAML:
C#
public MainWindow()
{
this.InitializeComponent();
this.ReportViewer1.CornerRadius = new CornerRadius(15);
}Supported in all of the themes available to the WPF Report Viewer.