GaugeMemberCollection 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 a collection of GaugeMember objects.
public ref class GaugeMemberCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::DataRegionMemberCollection<Microsoft::ReportingServices::OnDemandReportRendering::GaugeMember ^>
public sealed class GaugeMemberCollection : Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMemberCollection<Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember>
type GaugeMemberCollection = class
inherit DataRegionMemberCollection<GaugeMember>
Public NotInheritable Class GaugeMemberCollection
Inherits DataRegionMemberCollection(Of GaugeMember)
- Inheritance
Fields
m_children |
The children of this chart member. (Inherited from DataRegionMemberCollection<T>) |
m_owner |
The owner of this chart member. (Inherited from DataRegionMemberCollection<T>) |
m_parentDefinitionPath |
The parent definition path. (Inherited from DataRegionMemberCollection<T>) |
Properties
Count |
Gets the number of items in the collection. |
DefinitionPath |
Gets the path to this GaugeMemberCollection in the report definition. |
Item[Int32] |
Gets the item at the specific index. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from DataRegionMemberCollection<T>) |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |