Partilhar via


Classe RadialPointerCollection

Represents a collection of RadialPointer objects.

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

Sintaxe

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

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'RadialPointer> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..RadialPointerCollection

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.