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.
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
The name of the briefcase as seen by users. Read-only.
Syntax
DisplayName As String
The number of documents contained in the report. Read-only.
Syntax
DocumentCount As Long
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.
The name of the template used by the report. Read-only.
Syntax
Format As String
The text delimiter character used by the report. Read-only.
Syntax
QuoteChar As String
The field separator character used by the report. Read-only.
Syntax
SepChar As String
The name of the vault in which this report resides. Read-only.
Syntax
VaultName As String