次の方法で共有


ReportUrlBuilder クラス

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

単に情報を示すためだけに特定されます。サポートされていません。将来の互換性は保証されません。

レポート URL を生成したビルダーを表します。

継承階層

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportUrlBuilder

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ReportUrlBuilder
'使用
Dim instance As ReportUrlBuilder
public sealed class ReportUrlBuilder
public ref class ReportUrlBuilder sealed
[<SealedAttribute>]
type ReportUrlBuilder =  class end
public final class ReportUrlBuilder

ReportUrlBuilder 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド AddParameter インフラストラクチャです。 ReportUrlBuilder オブジェクトにパラメーターを追加します。
パブリック メソッド AddParameters インフラストラクチャです。 ReportUrlBuilder オブジェクトにパラメーターのセットを追加します。
パブリック メソッド AddReplacementRoot インフラストラクチャです。 ReportUrlBuilder オブジェクトの代替ルートを追加します。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString インフラストラクチャです。 ReportUrlBuilder オブジェクトの文字列表記を返します。 (Object.ToString() をオーバーライドします。)
パブリック メソッド ToUri インフラストラクチャです。レポート URL を URI として返します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.ReportRendering 名前空間