Condividi tramite


Classe TablixCornerRow

Represents the list of cells in a row of the corner section of a tablix.

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

Sintassi

'Dichiarazione
Public Class TablixCornerRow _
    Inherits RdlCollection(Of TablixCornerCell)
'Utilizzo
Dim instance As TablixCornerRow
public class TablixCornerRow : RdlCollection<TablixCornerCell>
public ref class TablixCornerRow : public RdlCollection<TablixCornerCell^>
type TablixCornerRow =  
    class
        inherit RdlCollection<TablixCornerCell>
    end
public class TablixCornerRow extends RdlCollection<TablixCornerCell>

Gerarchia di ereditarietà

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'TablixCornerCell> ) > ) >
    Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'TablixCornerCell> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..TablixCornerRow

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.