Propriedade do RDL TablixCorner.RowCollection
Gets the rows of the tablix corner.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property RowCollection As TablixCornerRowCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRowCollection
A TablixCornerRowCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering