ReportObject.<Report name>.OnComposeResult

Syntax:

OnComposeResult(<ResultDocument>, <DetailsData>, <StandardProcessing>)

Parameters:

<ResultDocument>

Type: SpreadsheetDocument.
Document where results are output to.

<DetailsData>

Variable where details data should be placed.
If this parameter's value is Null, you do not need to create details data.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If in the body of handler procedure a value of this parameter is set to False, standard generation of task list will not be executed.
Default value: True.

Description:

Called when running a report using the ComposeResult method.

    

1C:Enterprise Developer's Community