Skip to main content

TdxGridReportLinkOptionsSize Class

Options determining how the Grid control is sized within the report.

Declaration

TdxGridReportLinkOptionsSize = class(
    TdxCustomReportLinkOptionsSize
)

Remarks

The TdxGridReportLinkOptionsSize class contains options that determine whether the Grid control width is automatically adjusted to accommodate the printed page width. To enable automatic width adjusting set the grid report link’s OptionsSize.AutoWidth property to True, to disable it set the property to False.

Note that the grid report link’s OptionsPagination.Band and OptionsPagination.Column properties values have no effect upon the report and the Grid control is not horizontally split across the report pages if the OptionsSize.AutoWidth property is True.

After changing options you can always restore their default values using the grid report link’s RestoreDefaults method.

This set of options can be accessed via the grid report link’s OptionsSize property.

See Also