Share via


GaugeLabelCollection Class

Represents a collection of GaugeLabel objects.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<GaugeLabel>
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabelCollection

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.