Clase ReportParameterCollection
Representa una colección de objetos ReportParameter.
Jerarquía de herencia
System.Object
System.Collections.ObjectModel.Collection<ReportParameter>
Microsoft.Reporting.WebForms.ReportParameterCollection
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportParameterCollection _
Inherits Collection(Of ReportParameter)
'Uso
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : Collection<ReportParameter>
public ref class ReportParameterCollection sealed : public Collection<ReportParameter^>
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit Collection<ReportParameter>
end
public final class ReportParameterCollection extends Collection<ReportParameter>
El tipo ReportParameterCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReportParameterCollection | Inicializa una nueva instancia de la clase ReportParameterCollection. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | (Se hereda de Collection<ReportParameter>.) | |
Item[Int32] | (Se hereda de Collection<ReportParameter>.) | |
Item[String] | Obtiene el objeto ReportParameter de la colección por su nombre. | |
Items | (Se hereda de Collection<ReportParameter>.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | (Se hereda de Collection<ReportParameter>.) | |
Clear | (Se hereda de Collection<ReportParameter>.) | |
ClearItems | (Se hereda de Collection<ReportParameter>.) | |
Contains | (Se hereda de Collection<ReportParameter>.) | |
CopyTo | (Se hereda de Collection<ReportParameter>.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | (Se hereda de Collection<ReportParameter>.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
IndexOf | (Se hereda de Collection<ReportParameter>.) | |
Insert | (Se hereda de Collection<ReportParameter>.) | |
InsertItem | (Se hereda de Collection<ReportParameter>.) | |
MemberwiseClone | (Se hereda de Object.) | |
Remove | (Se hereda de Collection<ReportParameter>.) | |
RemoveAt | (Se hereda de Collection<ReportParameter>.) | |
RemoveItem | (Se hereda de Collection<ReportParameter>.) | |
SetItem | (Se hereda de Collection<ReportParameter>.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de Collection<ReportParameter>.) | |
IList.Contains | (Se hereda de Collection<ReportParameter>.) | |
ICollection.CopyTo | (Se hereda de Collection<ReportParameter>.) | |
IEnumerable.GetEnumerator | (Se hereda de Collection<ReportParameter>.) | |
IList.IndexOf | (Se hereda de Collection<ReportParameter>.) | |
IList.Insert | (Se hereda de Collection<ReportParameter>.) | |
IList.IsFixedSize | (Se hereda de Collection<ReportParameter>.) | |
ICollection<T>.IsReadOnly | (Se hereda de Collection<ReportParameter>.) | |
IList.IsReadOnly | (Se hereda de Collection<ReportParameter>.) | |
ICollection.IsSynchronized | (Se hereda de Collection<ReportParameter>.) | |
IList.Item | (Se hereda de Collection<ReportParameter>.) | |
IList.Remove | (Se hereda de Collection<ReportParameter>.) | |
ICollection.SyncRoot | (Se hereda de Collection<ReportParameter>.) |
Arriba
Comentarios
La propiedad Parameters de la clase ReportParametersEventArgs hace referencia a esta clase.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.