Classe RadialPointerCollection
Represents a collection of RadialPointer objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class RadialPointerCollection _
Inherits GaugePanelObjectCollectionBase(Of RadialPointer)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'RadialPointer> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..RadialPointerCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche