Skip to main content

TdxCompositionReportLink.DesignerOptions Property

Specifies which options of the Composition Editor window are enabled.

Declaration

property DesignerOptions: TdxCompositionOptions read; write; default [coCanEdit, coShowDescription];

Property Value

Type
TdxCompositionOptions

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
coCanEdit Link items in a composition report link can be edited, added and removed using the Composition Editor window.
coShowDescription Descriptions of the link items included in the Items collection are displayed in the Composition Editor window. The item description is set via the TBasedxReportLink.Description property.

By default, all options are active.

See Also