DataRow-Klasse
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>>
Vererbungshierarchie
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..DataRow
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.