Udostępnij za pośrednictwem


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
Właściwość publiczna ImpersonationUser Gets or sets the WindowsIdentity of the user to impersonate when the ReportViewer control connects to a report server. (Odziedziczone z IReportServerCredentials).
Właściwość publiczna NetworkCredentials Gets or sets the network credentials that are used for authentication with the report server. (Odziedziczone z IReportServerCredentials).
Właściwość publiczna ReportServerUrl Returns the URL of the report server.
Właściwość publiczna Timeout Gets the number of milliseconds to wait for server communications.

Początek

Metody

  Nazwa Opis
Metoda publiczna 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

Inne zasoby

Web.config Settings for ReportViewer