ReportExecutionService.LogonUserAsync, méthode (String, String, String)

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Sub LogonUserAsync ( _
    userName As String, _
    password As String, _
    authority As String _
)
public void LogonUserAsync(
    string userName,
    string password,
    string authority
)
public:
void LogonUserAsync(
    String^ userName, 
    String^ password, 
    String^ authority
)
member LogonUserAsync : 
        userName:string * 
        password:string * 
        authority:string -> unit 
public function LogonUserAsync(
    userName : String, 
    password : String, 
    authority : String
)

Paramètres

  • userName
    Type : String
  • password
    Type : String
  • authority
    Type : String

Voir aussi

Référence

ReportExecutionService Classe

LogonUserAsync, surcharge

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms