次の方法で共有


TablixBody.RowCollection プロパティ

Tablix 本体の行を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property RowCollection As TablixRowCollection 
    Get
'使用
Dim instance As TablixBody 
Dim value As TablixRowCollection 

value = instance.RowCollection
public TablixRowCollection RowCollection { get; }
public:
property TablixRowCollection^ RowCollection {
    TablixRowCollection^ get ();
}
member RowCollection : TablixRowCollection
function get RowCollection () : TablixRowCollection

プロパティ値

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

関連項目

参照

TablixBody クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間