Partager via


Classe NumericIndicatorCollection

Represents a collection of NumericIndicator objects.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class NumericIndicatorCollection _
    Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
'Utilisation
Dim instance As NumericIndicatorCollection
public sealed class NumericIndicatorCollection : GaugePanelObjectCollectionBase<NumericIndicator>
public ref class NumericIndicatorCollection sealed : public GaugePanelObjectCollectionBase<NumericIndicator^>
[<SealedAttribute>]
type NumericIndicatorCollection =  
    class
        inherit GaugePanelObjectCollectionBase<NumericIndicator>
    end
public final class NumericIndicatorCollection extends GaugePanelObjectCollectionBase<NumericIndicator>

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'NumericIndicator> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..NumericIndicatorCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.