ParameterPlaceholder Class

Class used to define a parameter placeholder used in an expression statement.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataExpressionPlaceholder
    Dundas.BI.Data.ParametersParameterPlaceholder

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ParameterPlaceholder : ExpressionPlaceholder

The ParameterPlaceholder type exposes the following members.

Properties
 NameDescription
Public propertyAggregator Gets the aggregator for the placeholder element. The property is available only for an InputMeasureParameter.
Public propertyAxis Gets a value indicating whether the offset is applied relative to the column axis. The default axis is rows. The property is available only for an InputMeasureParameter.
Public propertyCaption Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules.
(Inherited from ExpressionPlaceholder)
Public propertyDataElement Gets the data element name. The property is available only when defining multi-value parameters used in a provider expression.
Public propertyExpression Gets the parent expression.
(Inherited from ExpressionPlaceholder)
Public propertyId Gets the parsed placeholder ID.
(Inherited from ExpressionPlaceholder)
Public propertyOffsetValue Gets the offset value, when the script must reference previous or next values in relation to the current value. The property is available only for an InputMeasureParameter.
Public propertyParameter Gets the parameter.
Top
Methods
 NameDescription
Public methodSetAggregatorValue Sets the aggregator value, along the specified cellset axis.
Public methodSetOffsetValue Sets the offset value, along the specified cellset axis.
Top
See Also