Ejemplo n.º 1
0
 public void Print(GlobalEnums.PrintDestination printDestination)
 {
     try
     {
         SsrsViewer ssrsViewer = new SsrsViewer(this.InitPrintViewModel());
         ssrsViewer.Show();
     }
     catch (Exception exception)
     {
         ExceptionHandlers.ShowExceptionMessageBox(this, exception);
     }
 }
Ejemplo n.º 2
0
 public void Print(GlobalEnums.PrintDestination printDestination)
 {
     CustomMsgBox.Show(Form.ActiveForm, "Print");
 }