Condividi tramite


Metodo IReportServerCredentials.GetFormsCredentials

Specifica l'autenticazione basata su form da utilizzare per la connessione al server di rapporti

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Function GetFormsCredentials ( _
    <OutAttribute> ByRef authCookie As Cookie, _
    <OutAttribute> ByRef userName As String, _
    <OutAttribute> ByRef password As String, _
    <OutAttribute> ByRef authority As String _
) As Boolean
bool GetFormsCredentials(
    out Cookie authCookie,
    out string userName,
    out string password,
    out string authority
)
bool GetFormsCredentials(
    [OutAttribute] Cookie^% authCookie, 
    [OutAttribute] String^% userName, 
    [OutAttribute] String^% password, 
    [OutAttribute] String^% authority
)
abstract GetFormsCredentials : 
        authCookie:Cookie byref * 
        userName:string byref * 
        password:string byref * 
        authority:string byref -> bool 
function GetFormsCredentials(
    authCookie : Cookie, 
    userName : String, 
    password : String, 
    authority : String
) : boolean

Parametri

  • authCookie
    Tipo: Cookie%
    [out] Cookie di autenticazione del server di rapporti.
  • userName
    Tipo: String%
    [out] Nome dell'utente.
  • password
    Tipo: String%
    [out] Password dell'utente.
  • authority
    Tipo: String%
    [out] Autorità da utilizzare per l'autenticazione dell'utente, ad esempio un dominio Microsoft Windows.

Valore restituito

Tipo: Boolean
Valore Boolean.Il valore true indica che verrà utilizzata l'autenticazione basata su form.

Vedere anche

Riferimenti

IReportServerCredentials Interfaccia

Spazio dei nomi Microsoft.Reporting.WinForms