Freigeben über


DataRow-Klasse

Represents a data row.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<IList<DataValue>>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<IList<DataValue>>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<IList<DataValue>>
        Microsoft.ReportingServices.RdlObjectModel.DataRow

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class DataRow _
    Inherits RdlCollection(Of IList(Of DataValue))
'Usage
Dim instance As DataRow
public class DataRow : RdlCollection<IList<DataValue>>
public ref class DataRow : public RdlCollection<IList<DataValue^>^>
type DataRow =  
    class 
        inherit RdlCollection<IList<DataValue>>
    end
public class DataRow extends RdlCollection<IList<DataValue>>

Der DataRow-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataRow Creates a new instance of the DataRow class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Eigenschaft Item (Geerbt von Collection<IList<DataValue>>.)
Geschützte Eigenschaft Items (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Eigenschaft Parent Gets or sets the parent object. (Geerbt von RdlCollectionBase<T>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode Clear (Geerbt von Collection<IList<DataValue>>.)
Geschützte Methode ClearItems Infrastruktur Removes all the items in the collection. (Geerbt von RdlCollection<T>.)
Öffentliche Methode Contains (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode CopyTo (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IndexOf (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode Insert (Geerbt von Collection<IList<DataValue>>.)
Geschützte Methode InsertItem Infrastruktur Inserts an item in the collection. (Geerbt von RdlCollection<T>.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode OnCollectionChanged Infrastruktur Raises the CollectionChanged event. (Geerbt von RdlCollection<T>.)
Öffentliche Methode Remove (Geerbt von Collection<IList<DataValue>>.)
Öffentliche Methode RemoveAt (Geerbt von Collection<IList<DataValue>>.)
Geschützte Methode RemoveItem Infrastruktur Removes an item from the collection. (Geerbt von RdlCollection<T>.)
Geschützte Methode SetItem Infrastruktur Replaces an item in the collection. (Geerbt von RdlCollection<T>.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis CollectionChanged Infrastruktur Occurs when the collection has been changed. (Geerbt von RdlCollection<T>.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IList.Add Infrastruktur Adds an object to the end of the collection. (Geerbt von RdlCollectionBase<T>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.Item Infrastruktur Gets or sets the element at the specified index. (Geerbt von RdlCollectionBase<T>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Contains (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.IndexOf (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Insert (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsFixedSize (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection<T>.IsReadOnly (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IList.IsReadOnly (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Methode IList.Remove (Geerbt von Collection<IList<DataValue>>.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot (Geerbt von Collection<IList<DataValue>>.)

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.RdlObjectModel-Namespace