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 corner.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property RowCollection As TablixCornerRowCollection
Get
'Usage
Dim instance As TablixCorner
Dim value As TablixCornerRowCollection
value = instance.RowCollection
public TablixCornerRowCollection RowCollection { get; }
public:
property TablixCornerRowCollection^ RowCollection {
TablixCornerRowCollection^ get ();
}
member RowCollection : TablixCornerRowCollection
function get RowCollection () : TablixCornerRowCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRowCollection
A TablixCornerRowCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace