Share via


ReportUrlBuilder.AddParameter Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub AddParameter ( _
    name As String, _
    val As String, _
    parameterType As UrlParameterType _
)
'Usage
Dim instance As ReportUrlBuilder
Dim name As String
Dim val As String
Dim parameterType As UrlParameterType

instance.AddParameter(name, val, parameterType)
public void AddParameter(
    string name,
    string val,
    UrlParameterType parameterType
)
public:
void AddParameter(
    String^ name, 
    String^ val, 
    UrlParameterType parameterType
)
member AddParameter : 
        name:string * 
        val:string * 
        parameterType:UrlParameterType -> unit 
public function AddParameter(
    name : String, 
    val : String, 
    parameterType : UrlParameterType
)