TablixCornerRow-Klasse
Represents the list of cells in a row of the corner section of a tablix.
Vererbungshierarchie
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 (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class TablixCornerRow _
Inherits RdlCollection(Of TablixCornerCell)
'Usage
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>
Der TablixCornerRow-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
TablixCornerRow | Creates a new instance of the TablixCornerRow class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Item | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Items | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
Parent | The parent object. (Geerbt von RdlCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Methoden
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
CollectionChanged | (Geerbt von RdlCollection< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IList. . :: . .Add | (Geerbt von RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Item | (Geerbt von RdlCollectionBase< (Of < ( <'T> ) > ) >.) | |
IList. . :: . .Contains | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IndexOf | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .Insert | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
IList. . :: . .Remove | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Geerbt von Collection< (Of < ( <'TablixCornerCell> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.