Proprietà ToNameValueCollection
Converts the collection to a [System.Collections.Specialized.NameValueCollection].
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ToNameValueCollection As NameValueCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Collections.Specialized. . :: . .NameValueCollection
A [System.Collections.Specialized.NameValueCollection] that represents the parameters in the ParameterCollection.