ReportParameterInfoCollection-Klasse
Eine Auflistung von ReportParameterInfo-Objekten.
Vererbungshierarchie
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
Microsoft.Reporting.WebForms.ReportParameterInfoCollection
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
Inherits ReadOnlyCollection(Of ReportParameterInfo)
'Usage
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =
class
inherit ReadOnlyCollection<ReportParameterInfo>
end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>
Der ReportParameterInfoCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
Item[Int32] | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
Item[String] | Gibt ein benanntes Element aus dem ReportParameterInfoCollection-Objekt zurück. | |
Items | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Contains | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
CopyTo | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
IndexOf | (Geerbt von ReadOnlyCollection<ReportParameterInfo>.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.