ReportBuilder.GetSettings
Syntax:
Parameters:
<Filter> (optional)
A flag that indicates that it is necessary to get the filter.
Default value: True.
<Order> (optional)
A flag that indicates that it is necessary to get the order.
Default value: True.
<Dimensions> (optional)
A flag that indicates that it is necessary to get the dimension settings.
Default value: True.
<SelectedFields> (optional)
A flag that indicates that it is necessary to get the selected fields.
Default value: True.
<ConditionalAppearance> (optional)
A flag that indicates that it is necessary to get conditional appearance.
Default value: True.
Returned value:
Description:
Availability:
Example:
SetStructure = New Structure; Settings = ReportBuilder.GetSettings(True,False); Parameters = ReportBuilder.Parameters; SetStructure.Insert("BuilderSettings",Settings); SetStructure.Insert("BuilderParameteres",Parameters); DataStorage = New ValueStorage(SetStructure); |