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.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Item | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Items | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Parent | The parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Clear | (Inherited from Collection<IList<DataValue>>.) |
![]() |
ClearItems | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
Contains | (Inherited from Collection<IList<DataValue>>.) |
![]() |
CopyTo | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<IList<DataValue>>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Insert | (Inherited from Collection<IList<DataValue>>.) |
![]() |
InsertItem | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
Remove | (Inherited from Collection<IList<DataValue>>.) |
![]() |
RemoveAt | (Inherited from Collection<IList<DataValue>>.) |
![]() |
RemoveItem | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
SetItem | Infrastructure. (Inherited from RdlCollection<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<IList<DataValue>>.) |
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)