言語

Report.GetReportUrlBuilder(String, Boolean, Boolean) メソッド

定義

初期URLから ReportUrlBuilder を作成します。オプションで置き換えURLルートを使用します。

public:
 Microsoft::ReportingServices::ReportRendering::ReportUrlBuilder ^ GetReportUrlBuilder(System::String ^ initialUrl, bool useReplacementRoot, bool addReportParameters);
public Microsoft.ReportingServices.ReportRendering.ReportUrlBuilder GetReportUrlBuilder(string initialUrl, bool useReplacementRoot, bool addReportParameters);
member this.GetReportUrlBuilder : string * bool * bool -> Microsoft.ReportingServices.ReportRendering.ReportUrlBuilder
Public Function GetReportUrlBuilder (initialUrl As String, useReplacementRoot As Boolean, addReportParameters As Boolean) As ReportUrlBuilder

パラメーター

initialUrl
String

最初のURLです。

useReplacementRoot
Boolean

置き換えルートを使うかどうかを示します。 以下の解説を参照してください。

addReportParameters
Boolean

レポートパラメータを追加するかどうかを示します。

返品

ReportUrlBuilder オブジェクト。

注釈

このメソッドは、提供されたURLからレポートURLを作成します。 UseReplacementRoottrueされている場合、そのハイパーリンクはレンダラーの置換ルート文字列の末尾にパラメータとしてエンコードされます。

URLをデータのソースとして使う場合は、 UseReplacementRootfalseに設定してください。 URLをハイパーリンクとして使う場合は、 UseReplacementRoottrueに設定してください。

適用対象