ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) 方法

定義

將一組參數加入至 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

參數的類型。

適用於