次の方法で共有


ParameterCollection.ToNameValueCollection プロパティ

コレクションを [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
ParameterCollection 内のパラメーターを表す [System.Collections.Specialized.NameValueCollection]

関連項目

参照

ParameterCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間