Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCompositionReportLink.DesignerOptions Property

Specifies which options of the Composition Editor window are enabled.

#Declaration

Delphi
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