ReportUrlBuilder.AddParameter(String, String, 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 parameter to the ReportUrlBuilder object.
public:
void AddParameter(System::String ^ name, System::String ^ val, Microsoft::ReportingServices::ReportRendering::UrlParameterType parameterType);
public void AddParameter (string name, string val, Microsoft.ReportingServices.ReportRendering.UrlParameterType parameterType);
member this.AddParameter : string * string * Microsoft.ReportingServices.ReportRendering.UrlParameterType -> unit
Public Sub AddParameter (name As String, val As String, parameterType As UrlParameterType)
Parameters
- name
- String
The name of the parameter.
- val
- String
The value of the parameter.
- parameterType
- UrlParameterType
The type of the parameter.