ReportBuilder.InitDetails

Syntax:

InitDetails(<ReportBuilder>, <Details>)

Parameters:

<ReportBuilder> (required)

Type: ReportBuilder.
Customizable report builder The builder itself can be transferred.

<Details> (optional)

Type: Structure.
A structure that contains detailable dimension names specified by structure keys and their values specified by structure values corresponding to the keys.

Description:

Configures the report to get the details. Sets the report builder filter for <Details> parameter dimensions , replacing existing filters for those dimensions. You can use it to add to a builder that is being set a filter that is set at the source builder when the method is executed.
The filter is limited only to dimensions that are specified in the "WHERE" section of the Text property. If the filter of a source builder has dimensions that are not included in "WHERE" section of a builder that is being set the report builder filter will not be set and no time execution errors will be caused.

Availability:

Server, thick client, external connection.

Example:

Procedure DoDetails(Details, StandardProcessing)
    // ...
    ReportsBuilder.InitDetails(ReportsBuilder, Details);
    // ...
EndProcedure


    

1C:Enterprise Developer's Community