MeasureRequest Class

The class used to store data retrieval request information for a measure.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalElementRequest
    Dundas.BI.Data.DataRetrievalMeasureRequest

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MeasureRequest : ElementRequest

The MeasureRequest type exposes the following members.

Properties
 NameDescription
Public propertyAggregator Gets the aggregator.
Public propertyFilterParameterValue Gets the filter parameter value.
(Inherited from ElementRequest)
Public propertyIsHidden Gets or sets a value indicating whether this instance is hidden. If hidden, the data is still retrieved and used in any computations, but it is not present in the result cellset.
Public propertyIsProviderSorted Gets or sets a value indicating whether the data provider applied sorting, if requested for this element. This property is not intended to be used directly from your code, unless you are implementing a custom data provider.
(Inherited from ElementRequest)
Public propertyIsSorted Gets a value indicating whether this instance is sorted.
(Overrides ElementRequestIsSorted)
Public propertyMeasure Gets the underlying measure.
Public propertyMissingDataRule Gets the missing data rule.
Public propertyParallelPeriodParameterValue Gets the parallel period parameter value, if the current instance references a Parallel Period measure.
Public propertyPlacement Gets the element placement.
(Inherited from ElementRequest)
Public propertySortPolicy Gets the measure sorting.
Public propertyUniqueName Gets the element unique name.
(Inherited from ElementRequest)
Top
See Also