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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
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.
- DesignerOptions.ShowDesignerHints;
- DesignerOptions.ShowExportWarnings;
- DesignerOptions.ShowPrintingWarnings.
See Also