ReportBuilder.InitDetails
Syntax:
Parameters:
<ReportBuilder> (required)
Customizable report builder The builder itself can be transferred.
<Details> (optional)
A structure that contains detailable dimension names specified by structure keys and their values specified by structure values corresponding to the keys.
Description:
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:
Example:
Procedure DoDetails(Details, StandardProcessing) // ... ReportsBuilder.InitDetails(ReportsBuilder, Details); // ... EndProcedure |