ReportParameterCollection.AsNameValueCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Collections::Specialized::NameValueCollection ^ AsNameValueCollection { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection AsNameValueCollection { get; }
member this.AsNameValueCollection : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property AsNameValueCollection As NameValueCollection
Property Value
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.