public void CloseReportSession(string userId, string reportId)
 {
     ReportEngineApplication.CloseReportSession(userId, reportId);
 }