Classe TablixCornerRow
Represents the list of cells in a row of the corner section of a tablix.
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
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>
O tipo TablixCornerRow expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TablixCornerRow | Creates a new instance of the TablixCornerRow class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Item | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Items | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Parent | The parent object. (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Item | (Herdado de RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de Collection< (Of < ( <'TablixCornerCell> ) > ) >.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.