次の方法で共有


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

定義

必要に応じて代替 URL ルートを使用して、最初の URL から ReportUrlBuilder を作成します。

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 を構築します。 UseReplacementRoot が指定trueされている場合、ハイパーリンクはレンダラーの置換ルート文字列の末尾にあるパラメーターとしてエンコードされます。

URL をデータのソースとして使用する場合は、 UseReplacementRootfalse. URL をハイパーリンクとして使用する場合は、 UseReplacementRoottrue.

適用対象