Tablix.Rows 属性

Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Rows As Integer
    Get
用法
Dim instance As Tablix
Dim value As Integer

value = instance.Rows
public int Rows { get; }
public:
property int Rows {
    int get ();
}
member Rows : int
function get Rows () : int

属性值

类型:System.Int32
An int value.