GaugeMember Class

Definition

Represents group, sort and filter behavior for the data.

public ref class GaugeMember sealed : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMember
public sealed class GaugeMember : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMember
type GaugeMember = class
    inherit DataRegionMember
Public NotInheritable Class GaugeMember
Inherits DataRegionMember
Inheritance
GaugeMember

Fields

m_customPropertyCollection

Specifies the custom properties for this data region member.

(Inherited from DataRegionMember)
m_definitionPath

Species the path to this report definition object in the report definition.

(Inherited from DataRegionMember)
m_group

Specifies the data grouping information.

(Inherited from DataRegionMember)
m_owner

Specifies the report item that owns this data member.

(Inherited from DataRegionMember)
m_parent

Specifies the data region member that is the parent of this data region member.

(Inherited from DataRegionMember)
m_parentCollectionIndex

Specifies the index of this data region member in the parent data region member.

(Inherited from DataRegionMember)
m_parentDefinitionPath

Specifies the path to report definition object's parent in the report definition.

(Inherited from DataRegionMember)

Properties

ChildGaugeMember

Gets the childe of this gauge member.

ColumnSpan

Gets the column span of this gauge member.

CustomProperties

Gets the custom properties for this data region member.

(Inherited from DataRegionMember)
DefinitionPath

Gets the path to this report definition object in the report definition.

(Inherited from DataRegionMember)
Group

Gets the data grouping information.

(Inherited from DataRegionMember)
ID

Gets the unique identifier for this report definition object.

Instance

Gets the report instance object that contains the calculated values of this report definition object.

IsColumn

Gets a Boolean value that indicates whether this gauge member is a column.

IsStatic

Gets a Boolean value that indicates whether this gauge member is static member.

MemberCellIndex

Gets the cell index of this gauge member.

Parent

Gets the parent of this gauge member.

ParentDefinitionPath

Gets the path to report definition object's parent in the report definition.

(Inherited from DataRegionMember)
RowSpan

Gets the row span of this gauge member.

Applies to