Ejemplo n.º 1
0
 public ReportSession GetReportSession(string userId, string reportId)
 {
     return(ReportEngineApplication.GetReportSession(userId, reportId));
 }
Ejemplo n.º 2
0
 public void CloseReportSession(string userId, string reportId)
 {
     ReportEngineApplication.CloseReportSession(userId, reportId);
 }
Ejemplo n.º 3
0
 public List <ReportSession> GetReportSessionList()
 {
     return(ReportEngineApplication.GetReportSessionList());
 }