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.