Back to Devexpress

ReportDesigner.ErrorPanelOptions Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesigner-934305c2.md

latest1.9 KB
Original Source

ReportDesigner.ErrorPanelOptions Property

Namespace : DevExpress.Xpf.Reports.UserDesigner

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public ErrorPanelOptions ErrorPanelOptions { get; set; }
vb
Public Property ErrorPanelOptions As ErrorPanelOptions

Property Value

Type
DevExpress.Xpf.Reports.UserDesigner.ErrorPanelOptions

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ErrorPanelOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

reporting-wpf-customize-dock-panels-in-report-designer/CS/MainWindow.xaml#L24

xml
<!--Hide the Report Design Analyzer panel.-->
<dxrud:ReportDesigner.ErrorPanelOptions >
    <dxrud:ErrorPanelOptions Visibility="Closed" />

See Also

ReportDesigner Class

ReportDesigner Members

DevExpress.Xpf.Reports.UserDesigner Namespace