Propriété DataRows
The data values to calculate for each detail “cell” of the data.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DataRows As IList(Of IList(Of IList(Of DataValue)))
Get
Set
'Utilisation
Dim instance As CustomData
Dim value As IList(Of IList(Of IList(Of DataValue)))
value = instance.DataRows
instance.DataRows = value
public IList<IList<IList<DataValue>>> DataRows { get; set; }
public:
property IList<IList<IList<DataValue^>^>^>^ DataRows {
IList<IList<IList<DataValue^>^>^>^ get ();
void set (IList<IList<IList<DataValue^>^>^>^ value);
}
member DataRows : IList<IList<IList<DataValue>>> with get, set
function get DataRows () : IList<IList<IList<DataValue>>>
function set DataRows (value : IList<IList<IList<DataValue>>>)
Valeur de propriété
Type : System.Collections.Generic. . :: . .IList< (Of < ( <'IList< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >> ) > ) >
An IList<(Of <(<'T>)>)> object.