TablixColumnCollection-Klasse
Represents a collection of TablixColumn objects.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'TablixColumn> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..TablixColumnCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class TablixColumnCollection _
Inherits ReportElementCollectionBase(Of TablixColumn)
'Usage
Dim instance As TablixColumnCollection
public sealed class TablixColumnCollection : ReportElementCollectionBase<TablixColumn>
public ref class TablixColumnCollection sealed : public ReportElementCollectionBase<TablixColumn^>
[<SealedAttribute>]
type TablixColumnCollection =
class
inherit ReportElementCollectionBase<TablixColumn>
end
public final class TablixColumnCollection extends ReportElementCollectionBase<TablixColumn>
Der TablixColumnCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item | Gets the item at the specified index. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infrastruktur (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.