DevExpress-Examples / wpf-reporting-hide-properties-in-designer

How to hide properties of a report, its bands, and controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This example shows 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.

Note

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.

Files to Review

Documentation

About

How to hide properties of a report, its bands, and controls

License:Other


Languages

Language:C# 70.6%Language:Visual Basic .NET 29.4%