TdxCompositionReportLink.DesignerOptions Property
In This Article
Specifies which options of the Composition Editor window are enabled.
#Declaration
Delphi
property DesignerOptions: TdxCompositionOptions read; write; default [coCanEdit, coShowDescription];
#Property Value
Type |
---|
Tdx |
#Remarks
The Composition Editor window can be invoked by clicking the Design… button in the Edit Reports window (see the TdxComponentPrinter.ShowCustomizeDlg method).
The DesignerOptions property allows you to customize the dialog’s look & feel. The following table lists all the available DesignerOptions property values.
Value | Description |
---|---|
co |
Link items in a composition report link can be edited, added and removed using the Composition Editor window. |
co |
Descriptions of the link items included in the Items collection are displayed in the Composition Editor window. The item description is set via the TBasedx |
By default, all options are active.
See Also