ReportViewerHeaderCollection-Klasse
Stellt eine Auflistung von Zeichenfolgen dar, die benutzerdefinierte Kopfzeilen enthalten.
Vererbungshierarchie
System.Object
System.Collections.ObjectModel.Collection<String>
Microsoft.Reporting.WebForms.SyncList<String>
Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReportViewerHeaderCollection _
Inherits SyncList(Of String)
'Usage
Dim instance As ReportViewerHeaderCollection
[SerializableAttribute]
public sealed class ReportViewerHeaderCollection : SyncList<string>
[SerializableAttribute]
public ref class ReportViewerHeaderCollection sealed : public SyncList<String^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportViewerHeaderCollection =
class
inherit SyncList<string>
end
public final class ReportViewerHeaderCollection extends SyncList<String>
Der ReportViewerHeaderCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | (Geerbt von Collection<String>.) | |
Item | (Geerbt von Collection<String>.) | |
Items | (Geerbt von Collection<String>.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Add | (Geerbt von Collection<String>.) | |
Clear | (Geerbt von Collection<String>.) | |
ClearItems | Infrastruktur (Geerbt von SyncList<TListType>.) | |
Contains | (Geerbt von Collection<String>.) | |
CopyTo | (Geerbt von Collection<String>.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | (Geerbt von Collection<String>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
IndexOf | (Geerbt von Collection<String>.) | |
Insert | (Geerbt von Collection<String>.) | |
InsertItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
MemberwiseClone | (Geerbt von Object.) | |
Remove | (Geerbt von Collection<String>.) | |
RemoveAt | (Geerbt von Collection<String>.) | |
RemoveItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
SetItem | Infrastruktur (Geerbt von SyncList<TListType>.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IList.Add | (Geerbt von Collection<String>.) | |
IList.Contains | (Geerbt von Collection<String>.) | |
ICollection.CopyTo | (Geerbt von Collection<String>.) | |
IEnumerable.GetEnumerator | (Geerbt von Collection<String>.) | |
IList.IndexOf | (Geerbt von Collection<String>.) | |
IList.Insert | (Geerbt von Collection<String>.) | |
IList.IsFixedSize | (Geerbt von Collection<String>.) | |
ICollection<T>.IsReadOnly | (Geerbt von Collection<String>.) | |
IList.IsReadOnly | (Geerbt von Collection<String>.) | |
ICollection.IsSynchronized | (Geerbt von Collection<String>.) | |
IList.Item | (Geerbt von Collection<String>.) | |
IList.Remove | (Geerbt von Collection<String>.) | |
ICollection.SyncRoot | (Geerbt von Collection<String>.) |
Zum Anfang
Hinweise
Die ReportViewerHeaderCollection-Klasse stellt ein einfaches Auflistungsobjekt zur Verfügung, mit dem ein Satz benutzerdefinierter Kopfzeilen gespeichert werden kann.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.