Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
A collection of ReportParameter objects. This class cannot be inherited.
Jerarquía de herencia
System.Object
System.Collections.Specialized.NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportParameterCollection _
Inherits NameObjectCollectionBase
'Uso
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit NameObjectCollectionBase
end
public final class ReportParameterCollection extends NameObjectCollectionBase
El tipo ReportParameterCollection expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AsNameValueCollection | Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index. |
![]() |
Count | (Se hereda de NameObjectCollectionBase.) |
![]() |
IsValid | Indicates whether all of the report parameters have been correctly specified. |
![]() |
Item[Int32] | Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Item[String] | Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Keys | (Se hereda de NameObjectCollectionBase.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetEnumerator | (Se hereda de NameObjectCollectionBase.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetObjectData | (Se hereda de NameObjectCollectionBase.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
OnDeserialization | (Se hereda de NameObjectCollectionBase.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
| Nombre | Descripción | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo | (Se hereda de NameObjectCollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Se hereda de NameObjectCollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Se hereda de NameObjectCollectionBase.) |
Arriba
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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering
.gif)
.gif)
.gif)
.gif)
.gif)