ReportParameterCollection.AsNameValueCollection 属性

定义

包含以关联的字符串键和字符串值的排序集合形式存在的报表参数,可使用键或索引进行访问。

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

属性值

NameValueCollection

返回包含报表参数的 NameValueCollectionNameValueCollection 是一个已排序的集合,可以使用键或值来访问该集合中的数据。 有关详细信息,请参阅 Microsoft .NET Framework SDK 中的“NameValueCollection 类”。

适用于