ReportExecutionService.LogonUserAsync, méthode (String, String, String, Object)
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, _
userState As Object _
)
public void LogonUserAsync(
string userName,
string password,
string authority,
Object userState
)
public:
void LogonUserAsync(
String^ userName,
String^ password,
String^ authority,
Object^ userState
)
member LogonUserAsync :
userName:string *
password:string *
authority:string *
userState:Object -> unit
public function LogonUserAsync(
userName : String,
password : String,
authority : String,
userState : Object
)
Paramètres
- userName
Type : String
- password
Type : String
- authority
Type : String
- userState
Type : Object
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms