GaugeMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 |
IsStatic |
Gets a |
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. |