DataCompositionResultValueCollectionOutputProcessor.Output

Syntax:

Output(<CompositionProcessor>, <PossibilityOfUserInterruption>)

Parameters:

<CompositionProcessor> (required)

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

<PossibilityOfUserInterruption> (optional)

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

Returned value:

Type: ValueTable; ValueTree.

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.

Note:

When data composition result is output to a value collection in a mode that is not compatible with version 8.2.16, the column the calculated field is output to gets the value type specified in the calculated field. If the calculated field does not have the value type specified, the column type is determined automatically based on the calculated field expression.

    

1C:Enterprise Developer's Community