Classe TablixCornerRow
Represents the list of cells in a row of the corner section of a tablix.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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>
Hierarquia de herança
System. . :: . .Object
System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollectionBase< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel. . :: . .RdlCollection< (Of < ( <'TablixCornerCell> ) > ) >
Microsoft.ReportingServices.RdlObjectModel..::..TablixCornerRow
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também