ReportUrlBuilder.AddParameter-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- name
Typ: System.String
The name of the parameter.
- val
Typ: System.String
The value of the parameter.
- parameterType
Typ: Microsoft.ReportingServices.ReportRendering.UrlParameterType
The type of the parameter.