ISecurityLevel.TreatSectionAsDocument

Syntax

TreatSectionAsDocument: Boolean;

Description

The TreatSectionAsDocument property determines whether to treat the object sections as separate documents while the document marking.

Comments

If the value is True, the object sections are treated as separate documents, if the value is False, they are not.

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 example for ISecurityLevel.Description.

See also:

ISecurityLevel