Back to Devexpress

XtraReport.DesignerOptions Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-b926ad8b.md

latest1.9 KB
Original Source

XtraReport.DesignerOptions Property

Provides access to the options that determine the availability of popup hints and warnings in the Report Designer.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatDesign)]
public DesignerOptions DesignerOptions { get; }
vb
<SRCategory(ReportStringId.CatDesign)>
Public ReadOnly Property DesignerOptions As DesignerOptions

Property Value

TypeDescription
DesignerOptions

A DesignerOptions object that represents the designer options.

|

Remarks

Use the DesignerOptions property to access options specifying the availability of popup hints and warnings, both at design time within Visual Studio, and the End-User Report Designer. These options are listed below.

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace