NumericIndicatorCollection-Klasse
Represents a collection of NumericIndicator objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<NumericIndicator>
Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class NumericIndicatorCollection _
Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
'Usage
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>
Der NumericIndicatorCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt GaugePanelObjectCollectionBase<T>.Count.) | |
Item[Int32] | Gets the item at the specified index. (Geerbt von GaugePanelObjectCollectionBase<T>.) | |
Item[String] | Gets the item that has the specified name. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Geerbt von GaugePanelObjectCollectionBase<T>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Infrastruktur Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. (Geerbt von GaugePanelObjectCollectionBase<T>.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace