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 命名空间