Condividi tramite


Proprietà TablixCorner.TablixCornerRows

The list of rows in the corner section of the tablix. There must be as many TablixCornerRow elements as there are unique total heights of TablixMembers in the TablixColumnHierarchy.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property TablixCornerRows As IList(Of IList(Of TablixCornerCell))
    Get 
    Set
'Utilizzo
Dim instance As TablixCorner 
Dim value As IList(Of IList(Of TablixCornerCell))

value = instance.TablixCornerRows

instance.TablixCornerRows = value
public IList<IList<TablixCornerCell>> TablixCornerRows { get; set; }
public:
property IList<IList<TablixCornerCell^>^>^ TablixCornerRows {
    IList<IList<TablixCornerCell^>^>^ get ();
    void set (IList<IList<TablixCornerCell^>^>^ value);
}
member TablixCornerRows : IList<IList<TablixCornerCell>> with get, set
function get TablixCornerRows () : IList<IList<TablixCornerCell>>
function set TablixCornerRows (value : IList<IList<TablixCornerCell>>)

Valore proprietà

Tipo: System.Collections.Generic.IList<IList<TablixCornerCell>>
An IList<T> object.

Vedere anche

Riferimento

TablixCorner Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel