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.