共用方式為


TablixBody.RowCollection 屬性

Gets the rows of the tablix body.

命名空間:  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
A TablixRowCollection object.

請參閱

參考

TablixBody 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間