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