GaugeMemberCollection Class

Represents a collection of GaugeMember objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class GaugeMemberCollection _
    Inherits DataRegionMemberCollection(Of GaugeMember)
'Usage
Dim instance As GaugeMemberCollection
public sealed class GaugeMemberCollection : DataRegionMemberCollection<GaugeMember>
public ref class GaugeMemberCollection sealed : public DataRegionMemberCollection<GaugeMember^>
[<SealedAttribute>]
type GaugeMemberCollection =  
    class
        inherit DataRegionMemberCollection<GaugeMember>
    end
public final class GaugeMemberCollection extends DataRegionMemberCollection<GaugeMember>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<GaugeMember>
    Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMemberCollection<GaugeMember>
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeMemberCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.