Ejemplo n.º 1
0
 public void Release()
 {
     if (null != _ReportRuntime)
     {
         _ReportRuntime.Release();
         _ReportRuntime = null;
     }
     subReportDrawing.Pages     = null;
     mainReportDrawing.Pages    = null;
     subMainReportDrawing.Pages = null;
 }