Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- name
Type: System.String
The name of the parameter.
- val
Type: System.String
The value of the parameter.
- parameterType
Type: Microsoft.ReportingServices.ReportRendering.UrlParameterType
The type of the parameter.