Classe StateIndicatorCollection
Represents a collection of StateIndicator objects.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class StateIndicatorCollection _
Inherits GaugePanelObjectCollectionBase(Of StateIndicator)
'Utilisation
Dim instance As StateIndicatorCollection
public sealed class StateIndicatorCollection : GaugePanelObjectCollectionBase<StateIndicator>
public ref class StateIndicatorCollection sealed : public GaugePanelObjectCollectionBase<StateIndicator^>
[<SealedAttribute>]
type StateIndicatorCollection =
class
inherit GaugePanelObjectCollectionBase<StateIndicator>
end
public final class StateIndicatorCollection extends GaugePanelObjectCollectionBase<StateIndicator>
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'StateIndicator> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..StateIndicatorCollection
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.