DataValueCollection-Klasse
Represents a collection of DataValue objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<DataValue>
Microsoft.ReportingServices.OnDemandReportRendering.DataValueCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class DataValueCollection _
Inherits ReportElementCollectionBase(Of DataValue)
'Usage
Dim instance As DataValueCollection
public sealed class DataValueCollection : ReportElementCollectionBase<DataValue>
public ref class DataValueCollection sealed : public ReportElementCollectionBase<DataValue^>
[<SealedAttribute>]
type DataValueCollection =
class
inherit ReportElementCollectionBase<DataValue>
end
public final class DataValueCollection extends ReportElementCollectionBase<DataValue>
Der DataValueCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase<T>.Count.) | |
Item[Int32] | Gets the item at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].) | |
Item[String] | Gets the item that has the specified name. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<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 the collection. (Geerbt von ReportElementCollectionBase<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