ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將一組參數加入至 ReportUrlBuilder 物件。
public:
void AddParameters(System::Collections::Specialized::NameValueCollection ^ urlParameters, Microsoft::ReportingServices::ReportRendering::UrlParameterType parameterType);
public void AddParameters (System.Collections.Specialized.NameValueCollection urlParameters, Microsoft.ReportingServices.ReportRendering.UrlParameterType parameterType);
member this.AddParameters : System.Collections.Specialized.NameValueCollection * Microsoft.ReportingServices.ReportRendering.UrlParameterType -> unit
Public Sub AddParameters (urlParameters As NameValueCollection, parameterType As UrlParameterType)
參數
- urlParameters
- NameValueCollection
要加入的 URL 參數。
- parameterType
- UrlParameterType
參數的類型。