IReportServerConnection インターフェイス
ReportViewer Web フォーム コントロールをセッション状態なしで使用するときに、レポート サーバーの接続情報を提供します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
Public Interface IReportServerConnection _
Inherits IReportServerCredentials
'使用
Dim instance As IReportServerConnection
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
type IReportServerConnection =
interface
interface IReportServerCredentials
end
public interface IReportServerConnection extends IReportServerCredentials
IReportServerConnection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
ImpersonationUser | ReportViewer コントロールがレポート サーバーに接続するときに借用するユーザーの System.Security.Principal.WindowsIdentity を取得または設定します。 (IReportServerCredentials から継承されています。) | |
NetworkCredentials | レポート サーバーでの認証に使用されるネットワーク資格情報を取得または設定します。 (IReportServerCredentials から継承されています。) | |
ReportServerUrl | レポート サーバーの URL を返します。 | |
Timeout | サーバーの通信を待機するミリ秒数を取得します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
GetFormsCredentials | フォーム認証用に構成されているレポート サーバーへの接続に使用される情報を提供します。 (IReportServerCredentials から継承されています。) |
Top
説明
このインターフェイスを実装すると、セッション状態なしで ReportViewer Web フォーム コントロールを使用するときに接続情報を提供できます。ReportViewer コントロールのセッション状態の使用状況は、Web.config 設定ファイルで構成します。
関連項目
参照
Microsoft.Reporting.WebForms 名前空間