ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Method

Definition

Adds a set of parameter to the ReportUrlBuilder object.

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)

Parameters

urlParameters
NameValueCollection

The URL parameters to be added.

parameterType
UrlParameterType

The type of the parameter.

Applies to