Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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