TdxComponentPrinter.CustomizeDlgOptions Property
Specifies which options of the Edit Reports dialog window are enabled.
Declaration
property CustomizeDlgOptions: TdxCPCustomizeDlgOptions read; write; default [cdoShowDescription];
Property Value
| Type |
|---|
| TdxCPCustomizeDlgOptions |
Remarks
Options include:
| Value | Description |
|---|---|
| cdoShowDescription | Specifies whether to display the “Description” column within the Edit Reports dialog. Values of this column are obtained via the Description properties of the appropriate report links. |

The default value of the CustomizeDlgOption property is [cdoShowDescription].
See Also