Partilhar via


Classe RadialGaugeCollection

Represents a collection of RadialGauge objects.

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

Sintaxe

'Declaração
Public NotInheritable Class RadialGaugeCollection _
    Inherits GaugePanelObjectCollectionBase(Of RadialGauge)
'Uso
Dim instance As RadialGaugeCollection
public sealed class RadialGaugeCollection : GaugePanelObjectCollectionBase<RadialGauge>
public ref class RadialGaugeCollection sealed : public GaugePanelObjectCollectionBase<RadialGauge^>
[<SealedAttribute>]
type RadialGaugeCollection =  
    class
        inherit GaugePanelObjectCollectionBase<RadialGauge>
    end
public final class RadialGaugeCollection extends GaugePanelObjectCollectionBase<RadialGauge>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'RadialGauge> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..RadialGaugeCollection

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.