IMetabasePolicy.AlwaysPrintDocumentLabel

Fore Syntax

AlwaysPrintDocumentLabel: Boolean;

Fore.NET Syntax

AlwaysPrintDocumentLabel: Boolean;

Description

The AlwaysPrintDocumentLabel property determines whether marking stamp will be displayed regardless the applied method of access control and settings of document marking on exporting or printing.

Comments

If the property is set to True, the marking stamp will be displayed on exporting and printing regardless the applied method of access control and settings of document marking on exporting or printing. Determine marking stamp format for correct work.

NOTE. On exporting the report to the RTF format, it is possible to disable marking stamp displaying by setting IPrxReportExporter.ExportSecurityLabels to False.

By default this property is set to False. In this case, to display marking stamp: 

After the property value is set, apply security policy, by using IMetabaseSecurity.Apply.

Fore and Fore.NET Example

The example of property use is given in the example for IGxDocument.OwnMultiCopiesPrint.

See also:

IMetabasePolicy