Classe TablixCornerRow
Represents the list of cells in a row of the corner section of a tablix.
Gerarchia di ereditarietà
System.Object
System.Collections.ObjectModel.Collection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<TablixCornerCell>
Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class TablixCornerRow _
Inherits RdlCollection(Of TablixCornerCell)
'Utilizzo
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>
Nel tipo TablixCornerRow sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
TablixCornerRow | Creates a new instance of the TablixCornerRow class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Ereditato da Collection<TablixCornerCell>. | |
Item | Ereditato da Collection<TablixCornerCell>. | |
Items | Ereditato da Collection<TablixCornerCell>. | |
Parent | Gets or sets the parent object. Ereditato da RdlCollectionBase<T>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Ereditato da Collection<TablixCornerCell>. | |
Clear | Ereditato da Collection<TablixCornerCell>. | |
ClearItems | Infrastruttura. Removes all the items in the collection. Ereditato da RdlCollection<T>. | |
Contains | Ereditato da Collection<TablixCornerCell>. | |
CopyTo | Ereditato da Collection<TablixCornerCell>. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Ereditato da Collection<TablixCornerCell>. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Ereditato da Collection<TablixCornerCell>. | |
Insert | Ereditato da Collection<TablixCornerCell>. | |
InsertItem | Infrastruttura. Inserts an item in the collection. Ereditato da RdlCollection<T>. | |
MemberwiseClone | Ereditato da Object. | |
OnCollectionChanged | Infrastruttura. Raises the CollectionChanged event. Ereditato da RdlCollection<T>. | |
Remove | Ereditato da Collection<TablixCornerCell>. | |
RemoveAt | Ereditato da Collection<TablixCornerCell>. | |
RemoveItem | Infrastruttura. Removes an item from the collection. Ereditato da RdlCollection<T>. | |
SetItem | Infrastruttura. Replaces an item in the collection. Ereditato da RdlCollection<T>. | |
ToString | Ereditato da Object. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
CollectionChanged | Infrastruttura. Occurs when the collection has been changed. Ereditato da RdlCollection<T>. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IList.Add | Infrastruttura. Adds an object to the end of the collection. Ereditato da RdlCollectionBase<T>. | |
IList.Item | Infrastruttura. Gets or sets the element at the specified index. Ereditato da RdlCollectionBase<T>. | |
IList.Contains | Ereditato da Collection<TablixCornerCell>. | |
ICollection.CopyTo | Ereditato da Collection<TablixCornerCell>. | |
IEnumerable.GetEnumerator | Ereditato da Collection<TablixCornerCell>. | |
IList.IndexOf | Ereditato da Collection<TablixCornerCell>. | |
IList.Insert | Ereditato da Collection<TablixCornerCell>. | |
IList.IsFixedSize | Ereditato da Collection<TablixCornerCell>. | |
ICollection<T>.IsReadOnly | Ereditato da Collection<TablixCornerCell>. | |
IList.IsReadOnly | Ereditato da Collection<TablixCornerCell>. | |
ICollection.IsSynchronized | Ereditato da Collection<TablixCornerCell>. | |
IList.Remove | Ereditato da Collection<TablixCornerCell>. | |
ICollection.SyncRoot | Ereditato da Collection<TablixCornerCell>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.