IPrxReportExporter.ExportBreaksRtf

Syntax

ExportBreaksRtf: Boolean;

Description

The ExportBreaksRtf property determines whether page breaks are to be exported to RTF.

Comments

The property is set to True by default, page breaks are exported. If the property is set to False, page breaks are not exported, the text will be merged.

Example

The property use is given in the example for IPrxReportExporter.ExportSecurityLabels.

See also:

IPrxReportExporter