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