The DimensionValue type exposes the following members.

Properties

  NameDescription
ContextPath
Gets a string representation of the location of this DimensionValue within the hierarchy of its associated Dimension.
Dimension
Gets the Dimension to which this DimensionValue belongs.
DimensionValuePath
Gets a collection containing the DimensionValues along the path leading from from the root of dimension value of the the owning Dimension to this DimensionValue (inclusive).
DisplayName
Gets the display name for the dimension value.
Id
Gets the unique identifier of this DimensionValue.
IsLeaf
Gets a value indicating if this is a leaf DimensionValue.
IsNavigable
Gets a value indicating if this DimensionValue is navigable; that is, whether selecting this DimensionValue will further refine the set of records returned by a navigation query.
IsRoot
Gets a value indicating if this DimensionValue is the root of the dimension value hierachy for its dimension.
Name
Gets the name of this DimensionValue.
Parent
Gets the parent dimension value of this dimension value.
Properties
Gets the collection of PropertyValues associated with this DimensionValue.
RecordCount
Gets the count of records beneath this dimension value, for the current navigation state.
StaticRecordCount
Gets the static record count statistic for this dimension value.

Explicit Interface Implementations

See Also