次の方法で共有


DataRows プロパティ

データの各詳細 "セル" について計算するデータ値。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property DataRows As IList(Of IList(Of IList(Of DataValue)))
    Get
    Set
'使用
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>>>)

プロパティ値

型: System.Collections.Generic. . :: . .IList< (Of < ( <'IList< (Of < ( <'IList< (Of < ( <'DataValue> ) > ) >> ) > ) >> ) > ) >
IList<(Of <(<'T>)>)> オブジェクト。