Ejemplo n.º 1
0
        private void Report()
        {
            param.Visible  = false;
            report.Visible = true;

            //lblHeader.Text = Mi.Pt
            //+ "<br />"
            //+ "KPA Report"
            //;

            System.Text.StringBuilder x = new System.Text.StringBuilder();
            x.Append("<br /><span style='font-weight: normal;'>This Report created on  : " + Cf.EnWeek(DateTime.Today)
                     + ", " + Cf.Date(DateTime.Now)
                     + " from workstation : " + Act.IP
                     + " and username : "******"</span>"
                     );

            //lblSubHeader.Text = x.ToString();
            Fill();
        }