Interfejs IReportServerConnection
Provides report server connection information when the ReportViewer Web forms control is used with no session state.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Interface IReportServerConnection _
Inherits IReportServerCredentials
public interface IReportServerConnection : IReportServerCredentials
public interface class IReportServerConnection : IReportServerCredentials
type IReportServerConnection =
interface
interface IReportServerCredentials
end
public interface IReportServerConnection extends IReportServerCredentials
Typ IReportServerConnection uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
ImpersonationUser | Gets or sets the WindowsIdentity of the user to impersonate when the ReportViewer control connects to a report server. (Odziedziczone z IReportServerCredentials). |
![]() |
NetworkCredentials | Gets or sets the network credentials that are used for authentication with the report server. (Odziedziczone z IReportServerCredentials). |
![]() |
ReportServerUrl | Returns the URL of the report server. |
![]() |
Timeout | Gets the number of milliseconds to wait for server communications. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
GetFormsCredentials | Provides information that will be used to connect to the report server that is configured for forms authentication. (Odziedziczone z IReportServerCredentials). |
Początek
Uwagi
You can implement this interface to provide connection information when using the ReportViewer Web forms control with no session state. The ReportViewer control's session state usage is configured in the Web.config settings file.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.Reporting.WebForms