DataCompositionResultSpreadsheetDocumentOutputProcessor.Output

Syntax:

Output(<CompositionProcessor>, <PossibilityOfUserInterruption>)

Parameters:

<CompositionProcessor> (required)

Type: DataCompositionProcessor.
Data composition processor from which the result elements will be obtained.

<PossibilityOfUserInterruption> (optional)

Type: Boolean.
Specifies, whether user can interrupt the outputting using the Ctrl + Break key combination.
Default value: True.

Returned value:

Type: SpreadsheetDocument.

Description:

Outputs the whole result into the object.
At that the BeginOutput method is executed automatically, all data composition processor elements are searched and output into result. After that the EndOutput is executed, its result is returned by the given method.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community