MeasurePlaceholder Class

Class used to define a MeasureUsage placeholder used in MeasureExpression.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class MeasurePlaceholder : ExpressionPlaceholder

The MeasurePlaceholder type exposes the following members.

Properties
  NameDescription
Public propertyAggregator
Gets or sets the aggregator for the placeholder element, if applicable.
Public propertyCaption
Gets or sets the placeholder notation as defined by the user, in accordance with specific notation rules.
(Inherited from ExpressionPlaceholder.)
Public propertyExpression
Gets the parent expression.
(Inherited from ExpressionPlaceholder.)
Public propertyId
Gets the parsed placeholder ID.
(Inherited from ExpressionPlaceholder.)
Public propertyMeasure
Gets the measure usage element.
Public propertyOffsetAxis
Gets or sets a value indicating whether the offset is applied relative to the column axis. The default axis is rows.
Public propertyOffsetValue
Gets or sets the offset value, when the script must reference previous or next values in relation to the current value.
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