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 | 获取等待服务器通信的毫秒数。 |
页首
方法
名称 | 说明 | |
---|---|---|
GetFormsCredentials | 提供用于连接到配置为使用 Forms 身份验证的报表服务器的信息。 (从 IReportServerCredentials 继承。) |
页首
注释
您可以实现此界面来提供在未启用会话状态下使用 ReportViewer Web 窗体控件时的连接信息。ReportViewer 控件的会话状态用法在 Web.config 设置文件中配置。
请参阅
参考
Microsoft.Reporting.WebForms 命名空间