ReportManager.<Report name>.Create

Syntax:

Create()

Returned value:

Type: ReportObject.

Description:

You can use it to create a new report instance.

Availability:

Server, thick client, external connection.

Example:

BalanceOfNomenclatureReport = Reports.NomenclaturesBalance.Create();
BalanceOfNomenclatureReport.GetForm().Open();


    

1C:Enterprise Developer's Community