Del via


DataRow Class

Represents a data row.

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 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. (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. (Inherited from RdlCollection<T>.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnCollectionChanged Infrastructure. (Inherited from RdlCollection<T>.)
Public method Remove (Inherited from Collection<IList<DataValue>>.)
Public method RemoveAt (Inherited from Collection<IList<DataValue>>.)
Protected method RemoveItem Infrastructure. (Inherited from RdlCollection<T>.)
Protected method SetItem Infrastructure. (Inherited from RdlCollection<T>.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged (Inherited from RdlCollection<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from RdlCollectionBase<T>.)
Explicit interface implemetationPrivate property IList.Item (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.