ReportExecutionService.LogonUserAsync, méthode (String, String, String)
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.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
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms