Partager via


Propriété ToNameValueCollection

Converts the collection to a [System.Collections.Specialized.NameValueCollection].

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ToNameValueCollection As NameValueCollection
    Get
'Utilisation
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

Valeur de propriété

Type : System.Collections.Specialized. . :: . .NameValueCollection
A [System.Collections.Specialized.NameValueCollection] that represents the parameters in the ParameterCollection.