다음을 통해 공유


Rows 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.