Partager via


Classe TablixCornerRow

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class TablixCornerRow _
    Inherits RdlCollection(Of TablixCornerCell)
'Utilisation
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>

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.