Share via


DataRow Class

Represents a data row.

Inheritance Hierarchy

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>>

The DataRow type exposes the following members.

Constructors

  Name Description
Public method DataRow Creates a new instance of the DataRow class.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<IList<DataValue>>.)
Public property Item (Inherited from Collection<IList<DataValue>>.)
Protected property Items (Inherited from Collection<IList<DataValue>>.)
Public property Parent Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<IList<DataValue>>.)
Public method Clear (Inherited from Collection<IList<DataValue>>.)
Protected method ClearItems Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.)
Public method Contains (Inherited from Collection<IList<DataValue>>.)
Public method CopyTo (Inherited from Collection<IList<DataValue>>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<IList<DataValue>>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<IList<DataValue>>.)
Public method Insert (Inherited from Collection<IList<DataValue>>.)
Protected method InsertItem Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.)
Public method Remove (Inherited from Collection<IList<DataValue>>.)
Public method RemoveAt (Inherited from Collection<IList<DataValue>>.)
Protected method RemoveItem Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.)
Protected method SetItem Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<IList<DataValue>>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<IList<DataValue>>.)

Top

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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace