/// <remarks/> public void exportReportAsync(exportReportRequest exportReportRequest, object userState) { if ((this.exportReportOperationCompleted == null)) { this.exportReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnexportReportOperationCompleted); } this.InvokeAsync("exportReport", new object[] { exportReportRequest}, this.exportReportOperationCompleted, userState); }
/// <remarks/> public void exportReportAsync(exportReportRequest exportReportRequest) { this.exportReportAsync(exportReportRequest, null); }