必要に応じて置換 URL ルートを使用して、初期 URL から ReportUrlBuilder を生成します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)
構文
'宣言
Public Function GetReportUrlBuilder ( _
initialUrl As String, _
useReplacementRoot As Boolean, _
addReportParameters As Boolean _
) As ReportUrlBuilder
public ReportUrlBuilder GetReportUrlBuilder (
string initialUrl,
bool useReplacementRoot,
bool addReportParameters
)
public:
ReportUrlBuilder^ GetReportUrlBuilder (
String^ initialUrl,
bool useReplacementRoot,
bool addReportParameters
)
public ReportUrlBuilder GetReportUrlBuilder (
String initialUrl,
boolean useReplacementRoot,
boolean addReportParameters
)
public function GetReportUrlBuilder (
initialUrl : String,
useReplacementRoot : boolean,
addReportParameters : boolean
) : ReportUrlBuilder
パラメータ
- initialUrl
初期 URL です。
- useReplacementRoot
置換ルートを使用するかどうかを示します。以下の解説を参照してください。
- addReportParameters
レポート パラメータを追加するかどうかを示します。
戻り値
ReportUrlBuilder オブジェクトです。
解説
新規 :2005 年 12 月 5 日
指定した URL からレポート URL を構築するメソッドです。UseReplacementRoot が true の場合、ハイパーリンクは、レンダラのために置換ルート文字列の末尾のパラメータとしてエンコードされます。
URL がデータのソースとして使用される場合は、UseReplacementRoot を false に設定してください。URL がハイパーリンクとして使用される場合は、UseReplacementRoot を true に設定してください。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace