This topic has not yet been rated - Rate this topic

IndicatorStateCollection Class

Represents a collection of IndicatorStateCollection objects.

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<IndicatorState>
    Microsoft.ReportingServices.OnDemandReportRendering.IndicatorStateCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
public sealed class IndicatorStateCollection : GaugePanelObjectCollectionBase<IndicatorState>

The IndicatorStateCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of items in the collection. (Overrides GaugePanelObjectCollectionBase<T>.Count.)
Public propertyItem[Int32]Gets the item at the specified index. (Inherited from GaugePanelObjectCollectionBase<T>.)
Public propertyItem[String]Gets the item that has the specified name.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetEnumeratorGets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Inherited from GaugePanelObjectCollectionBase<T>.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIEnumerable.GetEnumeratorInfrastructure. Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Inherited from GaugePanelObjectCollectionBase<T>.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.