Compartir a través de


TablixCornerRow Clase

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class TablixCornerRow _
    Inherits RdlCollection(Of TablixCornerCell)
'Uso
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>

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.