Share via


ReportUrlBuilder.AddParameter Method

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

Adds a parameter to the ReportUrlBuilder object.

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
)

Parameters

See Also

Reference

ReportUrlBuilder Class

Microsoft.ReportingServices.ReportRendering Namespace