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.