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.
Converts the collection to a [System.Collections.Specialized.NameValueCollection].
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ToNameValueCollection As NameValueCollection
Get
'Uso
Dim instance As ParameterCollection
Dim value As NameValueCollection
value = instance.ToNameValueCollection
public NameValueCollection ToNameValueCollection { get; }
public:
property NameValueCollection^ ToNameValueCollection {
NameValueCollection^ get ();
}
member ToNameValueCollection : NameValueCollection
function get ToNameValueCollection () : NameValueCollection
Valor de la propiedad
Tipo: System.Collections.Specialized.NameValueCollection
A [System.Collections.Specialized.NameValueCollection] that represents the parameters in the ParameterCollection.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering