次の方法で共有


CustomData.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.DataRowCollection
DataRowCollection オブジェクト。

関連項目

参照

CustomData クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間