Skip to main content

TdxLayoutControlReportLink.LayoutControl Property

Provides access to the printed layout control.

Declaration

property LayoutControl: TdxLayoutControl read;

Property Value

Type
TdxLayoutControl

Remarks

Use the LayoutControl property to access the TdxLayoutControl instance which provides its data for printing. This property lets manipulate the control’s settings instead of having to modify the report link options.

See Also