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<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<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<TablixCornerCell>.) | |
Item | (Herdado de Collection<TablixCornerCell>.) | |
Items | (Herdado de Collection<TablixCornerCell>.) | |
Parent | Gets or sets the parent object. (Herdado de RdlCollectionBase<T>.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | (Herdado de Collection<TablixCornerCell>.) | |
Clear | (Herdado de Collection<TablixCornerCell>.) | |
ClearItems | Infraestrutura. Removes all the items in the collection. (Herdado de RdlCollection<T>.) | |
Contains | (Herdado de Collection<TablixCornerCell>.) | |
CopyTo | (Herdado de Collection<TablixCornerCell>.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | (Herdado de Collection<TablixCornerCell>.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | (Herdado de Collection<TablixCornerCell>.) | |
Insert | (Herdado de Collection<TablixCornerCell>.) | |
InsertItem | Infraestrutura. Inserts an item in the collection. (Herdado de RdlCollection<T>.) | |
MemberwiseClone | (Herdado de Object.) | |
OnCollectionChanged | Infraestrutura. Raises the CollectionChanged event. (Herdado de RdlCollection<T>.) | |
Remove | (Herdado de Collection<TablixCornerCell>.) | |
RemoveAt | (Herdado de Collection<TablixCornerCell>.) | |
RemoveItem | Infraestrutura. Removes an item from the collection. (Herdado de RdlCollection<T>.) | |
SetItem | Infraestrutura. Replaces an item in the collection. (Herdado de RdlCollection<T>.) | |
ToString | (Herdado de Object.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
CollectionChanged | Infraestrutura. Occurs when the collection has been changed. (Herdado de RdlCollection<T>.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList.Add | Infraestrutura. Adds an object to the end of the collection. (Herdado de RdlCollectionBase<T>.) | |
IList.Item | Infraestrutura. Gets or sets the element at the specified index. (Herdado de RdlCollectionBase<T>.) | |
IList.Contains | (Herdado de Collection<TablixCornerCell>.) | |
ICollection.CopyTo | (Herdado de Collection<TablixCornerCell>.) | |
IEnumerable.GetEnumerator | (Herdado de Collection<TablixCornerCell>.) | |
IList.IndexOf | (Herdado de Collection<TablixCornerCell>.) | |
IList.Insert | (Herdado de Collection<TablixCornerCell>.) | |
IList.IsFixedSize | (Herdado de Collection<TablixCornerCell>.) | |
ICollection<T>.IsReadOnly | (Herdado de Collection<TablixCornerCell>.) | |
IList.IsReadOnly | (Herdado de Collection<TablixCornerCell>.) | |
ICollection.IsSynchronized | (Herdado de Collection<TablixCornerCell>.) | |
IList.Remove | (Herdado de Collection<TablixCornerCell>.) | |
ICollection.SyncRoot | (Herdado de Collection<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.