DataCompositionTemplateComposer.Execute

Syntax:

Execute(<Schema>, <Template>, <DetailsData>, <AppearanceTemplate>, <GeneratorType>, <CheckFieldsAvailability>, <FunctionalOptionParameters>)

Parameters:

<Schema> (required)

Type: DataCompositionSchema.
Schema, for which template must be built.

<Template> (required)

Type: DataCompositionSettings.
Settings, for which template must be created.

<DetailsData> (optional)

Type: DataCompositionDetailsData.
Contains a variable where details data will be placed. If this parameter is not specified, details will not be filled in.

<AppearanceTemplate> (optional)

Type: DataCompositionAppearanceTemplate.
Appearance template determining the data composition template. If not specified, the default appearance template is used.

<GeneratorType> (optional)

Type: Type.
Specifies the type of data composition template generator.
Available types:
  • DataCompositionValueCollectionTemplateGenerator;
  • DataCompositionTemplateGenerator.

Default value: Type("DataCompositionTemplateGenerator").

<CheckFieldsAvailability> (optional)

Type: Boolean.
Specifies whether to check the rights to view fields and the field availability in enabled features.
Default value: True.

<FunctionalOptionParameters> (optional)

Type: Structure.
Contains functional option parameters used when executing a report.

Returned value:

Type: DataCompositionTemplate.
Created layout template.

Description:

Executes template layout.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community