Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the rows of the tablix body.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property RowCollection As TablixRowCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixRowCollection
A TablixRowCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace