DataRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data row.
public ref class DataRow : Microsoft::ReportingServices::RdlObjectModel::RdlCollection<System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::DataValue ^> ^>
public class DataRow : Microsoft.ReportingServices.RdlObjectModel.RdlCollection<System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.DataValue>>
type DataRow = class
inherit RdlCollection<IList<DataValue>>
Public Class DataRow
Inherits RdlCollection(Of IList(Of DataValue))
- Inheritance
Constructors
DataRow() |
Creates a new instance of the DataRow class. |
Properties
Parent |
Gets or sets the parent object. (Inherited from RdlCollectionBase<T>) |
Methods
ClearItems() |
Removes all the items in the collection. (Inherited from RdlCollection<T>) |
InsertItem(Int32, T) |
Inserts an item in the collection. (Inherited from RdlCollection<T>) |
OnCollectionChanged(EventArgs) |
Raises the CollectionChanged event. (Inherited from RdlCollection<T>) |
RemoveItem(Int32) |
Removes an item from the collection. (Inherited from RdlCollection<T>) |
SetItem(Int32, T) |
Replaces an item in the collection. (Inherited from RdlCollection<T>) |
Events
CollectionChanged |
Occurs when the collection has been changed. (Inherited from RdlCollection<T>) |
Explicit Interface Implementations
IList.Add(Object) |
Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>) |
IList.Item[Int32] |
Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>) |