DevExpress-Examples / Reporting_wpf-report-designer-how-to-hide-properties-of-reports-and-their-elements-t568088

.NET, WPF, XtraReports Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files to look at:

WPF Report Designer - How to hide properties of reports and their elements

This example illustrates how to hide properties of a report, its bands and controls from the End-User Report Designer's Properties panel by handling the XtraReport.FilterComponentProperties event.

Starting with v17.2, reports use binding expressions, which you can specify in the Properties panel's Expression tab. To hide properties from this tab, use the ExpressionBindingDescriptor.HidePropertyDescriptions method.


About

.NET, WPF, XtraReports Suite

License:Other


Languages

Language:C# 50.6%Language:Visual Basic .NET 49.4%