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

Paramètres

  • Report
    Type : String
  • HistoryID
    Type : String

Voir aussi

Référence

ReportExecutionService Classe

LoadReportAsync, surcharge

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