ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.