ReportExecutionService.LoadReportAsync, 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 LoadReportAsync ( _
Report As String, _
HistoryID As String, _
userState As Object _
)
public void LoadReportAsync(
string Report,
string HistoryID,
Object userState
)
public:
void LoadReportAsync(
String^ Report,
String^ HistoryID,
Object^ userState
)
member LoadReportAsync :
Report:string *
HistoryID:string *
userState:Object -> unit
public function LoadReportAsync(
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