Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]() |
DataRow | Creates a new instance of the DataRow class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Item | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Items | (Inherited from Collection<IList<DataValue>>.) |
![]() |
Parent | Gets or sets 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. Removes all the items in the collection. (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. Inserts an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.) |
![]() |
Remove | (Inherited from Collection<IList<DataValue>>.) |
![]() |
RemoveAt | (Inherited from Collection<IList<DataValue>>.) |
![]() |
RemoveItem | Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.) |
![]() |
SetItem | Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.) |
![]() |
ToString | (Inherited from Object.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
CollectionChanged | Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IList.Add | Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | Infrastructure. Gets or sets the element at the specified index. (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)