다음을 통해 공유


AsNameValueCollection 속성

Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property AsNameValueCollection As NameValueCollection
    Get
‘사용 방법
Dim instance As ReportParameterCollection
Dim value As NameValueCollection

value = instance.AsNameValueCollection
public NameValueCollection AsNameValueCollection { get; }
public:
property NameValueCollection^ AsNameValueCollection {
    NameValueCollection^ get ();
}
member AsNameValueCollection : NameValueCollection
function get AsNameValueCollection () : NameValueCollection

속성 값

형식: System.Collections.Specialized. . :: . .NameValueCollection
Returns a NameValueCollection containing the report parameters. A NameValueCollection is a sorted collection, and its data can be accessed using a key or a value. For more information, see "NameValueCollection Class" in the Microsoft .NET Framework SDK.