Sdílet prostřednictvím


RadialPointerCollection Class

Represents a collection of RadialPointer objects.

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

Syntax

'Declaration
Public NotInheritable Class RadialPointerCollection _
    Inherits GaugePanelObjectCollectionBase(Of RadialPointer)
'Usage
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>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<RadialPointer>
    Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerCollection

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.