Exemple #1
0
        protected override void SendReportToMail()
        {
            if (ProgramacionReporte.Reportes.InfraccionesConductor.Equals(GetReportType()))
            {
                RadioBtnHtmlSendReport.Visible = true;
            }

            SendReportModalPopupExtender.Show();
        }
Exemple #2
0
 protected override void SendReportToMail()
 {
     SendReportModalPopupExtender.Show();
 }