共用方式為


ReportUrlBuilder.AddParameters 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds a set of parameter to the ReportUrlBuilder object.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub AddParameters ( _
    urlParameters As NameValueCollection, _
    parameterType As UrlParameterType _
)
'用途
Dim instance As ReportUrlBuilder 
Dim urlParameters As NameValueCollection 
Dim parameterType As UrlParameterType

instance.AddParameters(urlParameters, _
    parameterType)
public void AddParameters(
    NameValueCollection urlParameters,
    UrlParameterType parameterType
)
public:
void AddParameters(
    NameValueCollection^ urlParameters, 
    UrlParameterType parameterType
)
member AddParameters : 
        urlParameters:NameValueCollection * 
        parameterType:UrlParameterType -> unit
public function AddParameters(
    urlParameters : NameValueCollection, 
    parameterType : UrlParameterType
)

參數

請參閱

參考

ReportUrlBuilder 類別

Microsoft.ReportingServices.ReportRendering 命名空間