次の方法で共有


ReportUrlBuilder.AddParameters メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ReportUrlBuilder オブジェクトにパラメーターのセットを追加します。

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