Exemplo n.º 1
0
        private void printSalidaRemision(int IdSalida_remision)
        {
            string path        = string.Empty;
            string pathImg     = string.Empty;
            string virtualPath = string.Empty;

            try
            {
                SSalida_remision = SalidaCtrl.RemisionGetById(IdSalida_remision);

                this.ClientScript.RegisterClientScriptBlock(this.GetType(), "openRpt", "<script type='text/javascript'>window.open('frmReporter.aspx?rpt=remision','_blank', 'toolbar=no');</script>");
            }
            catch (Exception)
            {
                throw;
            }
        }