Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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