Table of Contents

TTMSFNCDataGridPrintIOOptions Class

Print options for TTMSFNCDataGridPrintIO. Mirrors the PDF export options — controls uniform scaling, page fitting, and repetition of fixed rows/columns across printed pages.

API unit family: TMSFNCDataGridPrintIO Inherits from: TTMSFNCPrintIOOptions

Syntax

TTMSFNCDataGridPrintIOOptions = class(TTMSFNCPrintIOOptions)

Properties

Name Description
FitToPage When True (default), the grid is scaled to fit the printable page width. Set to False to print at natural size, which may produce multiple pages across the horizontal axis.
RepeatFixedColumns When True, fixed (frozen) columns are re-printed at the left margin of every page. Default is False.
RepeatFixedRows When True, fixed (frozen) rows are re-printed at the top of every page, acting as column headers on each sheet. Default is False.
Scale Uniform scale factor applied to the grid content when printing. Default is 1.0 (no scaling). Use values less than 1.0 to shrink the grid onto fewer printed pages.