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.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class TablixCornerRow _
    Inherits ReportElementCollectionBase(Of TablixCornerCell)
'Uso
Dim instance As TablixCornerRow
public sealed class TablixCornerRow : ReportElementCollectionBase<TablixCornerCell>
public ref class TablixCornerRow sealed : public ReportElementCollectionBase<TablixCornerCell^>
[<SealedAttribute>]
type TablixCornerRow =  
    class
        inherit ReportElementCollectionBase<TablixCornerCell>
    end
public final class TablixCornerRow extends ReportElementCollectionBase<TablixCornerCell>

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..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.