ReportParameterCollection.AsNameValueCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含以关联的字符串键和字符串值的排序集合形式存在的报表参数,可使用键或索引进行访问。
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。 NameValueCollection 是一个已排序的集合,可以使用键或值来访问该集合中的数据。 有关详细信息,请参阅 Microsoft .NET Framework SDK 中的“NameValueCollection 类”。