Report Object

Use the Report object in configuration expressions to define a report template.

Report Object Properties

The Report object provides the following properties, all of which are read-only.

ClosedBriefCase Property

An object that represents a briefcase. If the parent object is a document, this is the briefcase to which the document is locked. If the parent object is a report (transmittal sheet), this is the briefcase that contains the report. Read-only.

Syntax

BriefCase As IASBriefCase

ClosedDisplayName Property

The name of the briefcase as seen by users. Read-only.

Syntax

DisplayName As String

ClosedDocumentCount Property

The number of documents contained in the report. Read-only.

Syntax

DocumentCount As Long

ClosedFileName Property

The file name (Display Name property) of the document or briefcase.

Syntax

FileName As String

Remarks

For events to occur when setting this property for a document, the RenameEvents setting in the [ScriptEvents] section on the Application Integration tab of Application Settings in Configurator must be set to Y. The default is N.

ClosedFormat Property

The name of the template used by the report. Read-only.

Syntax

Format As String

ClosedQuoteChar Property

The text delimiter character used by the report. Read-only.

Syntax

QuoteChar As String

ClosedSepChar Property

The field separator character used by the report. Read-only.

Syntax

SepChar As String

ClosedVaultName Property

The name of the vault in which this report resides. Read-only.

Syntax

VaultName As String

2022