ReportBuilder.SetSettings

Syntax:

SetSettings(<Settings>, <Filter>, <Order>, <Dimensions>, <SelectedFields>, <ConditionalAppearance>)

Parameters:

<Settings> (required)

Type: ReportBuilderSettings.
The settings that are being set.

<Filter> (optional)

Type: Boolean.
A flag that indicates that it is necessary to set the filter.
Default value: True.

<Order> (optional)

Type: Boolean.
A flag that indicates that it is necessary to set the order.
Default value: True.

<Dimensions> (optional)

Type: Boolean.
A flag that indicates that it is necessary to set the dimension settings.
Default value: True.

<SelectedFields> (optional)

Type: Boolean.
A flag that indicates that it is necessary to set the selected fields.
Default value: True.

<ConditionalAppearance> (optional)

Type: Boolean.
A flag that indicates that it is necessary to set conditional appearance.
Default value: True.

Description:

You can use it to set the settings.

Availability:

Server, thick client, external connection.

Note:

You can use it to load the report builder settings only if the query text allows to use such settings.

    

1C:Enterprise Developer's Community