StateIndicatorCollection Class

Represents a collection of StateIndicator objects.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<StateIndicator>
    Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection

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.