此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Adds a parameter to the ReportUrlBuilder object.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub AddParameter ( _
name As String, _
val As String, _
parameterType As UrlParameterType _
)
'用途
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
)
參數
- name
型別:System.String
The name of the parameter.
- val
型別:System.String
The value of the parameter.
- parameterType
型別:Microsoft.ReportingServices.ReportRendering.UrlParameterType
The type of the parameter.