Skip to main content

TdxCustomContainerReportLink.SupportedCustomDraw Property

Determines whether custom painting is enabled.

Declaration

property SupportedCustomDraw: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the SupportedCustomDraw property to indicate whether custom drawing is enabled for the current report link. If this property value is True, then you implement custom painting of the report items via the OnCustomDrawItem event handler.

The default value of the SupportedCustomDraw property is False.

See Also