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

傳回 NameValueCollection,其中包含報表參數。 NameValueCollection 是排序的集合,而且其資料可以使用索引鍵或值來存取。 如需詳細資訊,請參閱 Microsoft.NET Framework SDK 中的<NameValueCollection 類別>。

適用於