public void ClearReportAsync(ReportSessionId reportId, object asyncState)
 {
     ReportService.ClearReport(reportId);
     RaiseOperationCompletedEvent(ClearReportCompleted, asyncState);
 }