共用方式為


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.