Classe DataRow
Represents a data row.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class DataRow _
Inherits RdlCollection(Of IList(Of DataValue))
'Utilizzo
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>>
Gerarchia di ereditarietà
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
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.