ISecurityDocumentLabel.TreatSectionAsDocument

Syntax

TreatSectionAsDocument: Boolean;

Description

The TreatSectionAsDocument property returns whether the sections of object are marked as separate documents during printing and exporting.

Comments

The property returns True if the object sections are marked as separate documents, otherwise it returns False.

For the regular report the section is a separate sheet, for the express report and workspace the section is the whole document.

Example

The property use is given in the ISecurityDocumentLabel.IsON example.

See also:

ISecurityDocumentLabel