共用方式為


ParameterCollection.ToNameValueCollection 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ToNameValueCollection As NameValueCollection 
    Get
'用途
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

屬性值

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

請參閱

參考

ParameterCollection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間