ReportObject.<Report name>.Metadata

Syntax:

Metadata()

Returned value:

Type: MetadataObject: Report.

Description:

Use it to access the report metadata description object. Another way of getting the same value is through the global context property Metadata. For example: Metadata.Reports.Sales.

Availability:

Server, thick client, external connection.

Example:

Object = Catalogs.Rivals.FindByCode(1);
CatalogMetadata = Object.Metadata();
Message("Catalog representation - " +
    CatalogMetadata.Presentation());


    

1C:Enterprise Developer's Community