Пример #1
0
 public void Logout()
 {
     if (boSession != null)
     {
         boSession.Logout();
         boSession      = null;
         boReportEngine = null;
         boBIPlatform   = null;
         boSessionId    = null;
     }
 }