IPrxAlgorithmReportParamControl

Assembly: Report;

Description

The IPrxAlgorithmReportParamControl interface contains properties that are used to set up algorithm parameter control using the current object parameter.

Inheritance Hierarchy

          IPrxAlgorithmParamControl

          IPrxAlgorithmReportParamControl

Comments

To get settings, cast value of the IPrxAlgorithmParam.Control property to the IPrxAlgorithmReportParamControl interface. It is relevant if the IPrxAlgorithmParam.Type property is set to PrxAlgorithmParamType.ReportParam.

Properties

  Property name Brief description
AttributeId The AttributeId property determines identifier of the attribute, which values will be sent to calculation algorithm parameter.
Param The Param property determines the current object parameter, which values will be sent to calculation algorithm parameter.
SelectionType The SelectionType property determines type of the selection sent to calculation algorithm parameter.

Properties inherited from IPrxAlgorithmParamControl

  Property name Brief description
DimSchema The DimSchema property determines a selection schema that will be applied to create selection.
LinkedDimension The LinkedDimension property returns description of the dictionary that is used to determine algorithm parameter value.
Value The Value property returns the value that will be sent to calculation algorithm parameter.

See also:

Report Assembly Interfaces