共用方式為


AddParameters 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  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
)