Back to Devexpress

TdxSpreadSheetReportDesignerOptions.DesignView Property

vcl-dxspreadsheetreportdesigner-dot-tdxspreadsheetreportdesigneroptions-c63623c0.md

latest1.4 KB
Original Source

TdxSpreadSheetReportDesignerOptions.DesignView Property

Specifies if the Report Design View is enabled.

Declaration

delphi
property DesignView: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Use this property to disable or enable special designations for template report design elements, including:

  • Section range rectangles and labels;

  • Dataset field icons.

ValueExample
True
False

To allow end-users to show or hide Design View designations, link the DesignView command to an element of your UI.

The DesignView property’s default value is True.

See Also

TdxSpreadSheetReportDesignerOptions Class

TdxSpreadSheetReportDesignerOptions Members

dxSpreadSheetReportDesigner Unit