EaxDocument.DocumentMetadata

Syntax

DocumentMetadata: Object

Description

The DocumentMetadata property contains information on express report document.

Comments

Property value can be set from JSON or using the getDocumentMetadata method, it is returned using the getDocumentMetadata method.

This property contains value as a JSON object that has the following fields: dirty - indicates that the express report document has been changed, hasPivot - indicates that the express report has a dimension, obInst - object instance, sheets - contains an array of express report document sheets, windowsPosition - position of the report window.

Example

The example of use is given on the page with description of the EaxDocument.DocumentOdId property and the EaxDocument.checkSheetName method.

See also:

EaxDocument