RowCollection プロパティ
データ行を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property RowCollection As DataRowCollection
Get
'使用
Dim instance As CustomData
Dim value As DataRowCollection
value = instance.RowCollection
public DataRowCollection RowCollection { get; }
public:
property DataRowCollection^ RowCollection {
DataRowCollection^ get ();
}
member RowCollection : DataRowCollection
function get RowCollection () : DataRowCollection