BreakIntoLayouts: Boolean;
The BreakIntoLayouts property determines whether to divide a sheet into print pages on export to RTF format (*.rtf).
Available values:
True. Default value. Exported sheets are divided into print pages.
False. Exported sheets are not divided into print pages.
If the False value is set, and there are rows to repeat are on the sheet, the Repeat as Title on Each Page checkbox is selected for these rows. The cell area before the rows to repeat is exported as a separate table.
The property use is given in the example for ITabSheetExporter.AutoHeight.
See also: