言語

ReportUrl.GetUrlBuilder(String, Boolean) メソッド

定義

初期のURLから ReportUrlBuilder オブジェクトの形でレポートURLを作成し、必要に応じて代替URLルートを使用します。 URLは相対的なものもあります。

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

パラメーター

initialUrl
String

ReportUrlBuilderオブジェクトを構築するためのURLです。

useReplacementRoot
Boolean

initialUrlパラメータの処理方法を示すBooleanuseReplacementRoottrueされている場合、メソッドはユーザーインターフェースを通じてハイパーリンクを送信し、レンダリング用の置換ルート文字列の末尾にパラメータとして符号化します。 URLをデータのソースとして使う場合は、 useReplacementRootfalseに設定してください。 URLをハイパーリンクとして使う場合は、 useReplacementRoottrueに設定してください。

返品

ReportUrlBuilder オブジェクト。

注釈

ReplacementRoot は、レポートサーバー内のすべてのURLに使う新しいURLルートです。 これはUIがレポート内のリンクを他のレポートにリダイレクトするために使います。 デフォルト値は空文字列であり、リダイレクトが行われていないことを示します。

適用対象