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