ReportBuilder.Execute

Syntax:

Execute()

Description:

Executes the report generation request.

Availability:

Server, thick client, external connection.

Note:

Sets an internal flag for request re-execution upon a report output (Put method) and getting of the request result.

Example:

ReportBuilder = New ReportBuilder;
ReportBuilder.Text = QueryText;
ReportBuilder.Execute();


    

1C:Enterprise Developer's Community