コード例 #1
0
        public void fillservertypelist()
        {
            DataTable dt = new DataTable();

            dt = VSWebBL.ReportsBL.ReportsBL.Ins.SrvDiskFreeSpaceServerTypes();
            ServerTypeFilterListBox.DataSource = dt;
            ServerTypeFilterListBox.TextField  = "ServerType";
            ServerTypeFilterListBox.ValueField = "ServerType";
            ServerTypeFilterListBox.DataBind();
        }
コード例 #2
0
        public void fillservertypelist()
        {
            DataTable dt = new DataTable();

            dt = VSWebBL.ReportsBL.ReportsBL.Ins.fillDominoDiskAvgConsumptionServerTypes();
            ServerTypeFilterListBox.DataSource = dt;
            ServerTypeFilterListBox.TextField  = "ServerType";
            ServerTypeFilterListBox.ValueField = "ServerType";
            ServerTypeFilterListBox.DataBind();
        }
コード例 #3
0
        public void fillservertypelist()
        {
            DataTable dt = new DataTable();

            dt = VSWebBL.ReportsBL.ReportsBL.Ins.GetDeviceUptimePctServerTypes();
            ServerTypeFilterListBox.DataSource = dt;
            ServerTypeFilterListBox.TextField  = "ServerType";
            ServerTypeFilterListBox.ValueField = "ServerType";
            ServerTypeFilterListBox.DataBind();
        }
コード例 #4
0
        public void fillservertypelist()
        {
            DataTable dt = new DataTable();

            dt = VSWebBL.ReportsBL.ReportsBL.Ins.fillServerTypeList2("ResponseTime");
            ServerTypeFilterListBox.DataSource = dt;
            ServerTypeFilterListBox.TextField  = "ServerType";
            ServerTypeFilterListBox.ValueField = "ServerType";
            ServerTypeFilterListBox.DataBind();
        }
コード例 #5
0
        public void fillservertypelist()
        {
            DataTable dt = new DataTable();

            dt = VSWebBL.ReportsBL.ReportsBL.Ins.FillDeviceTypeComboforhistoricalresponseBL();
            ServerTypeFilterListBox.DataSource = dt;
            ServerTypeFilterListBox.TextField  = "DeviceType";
            ServerTypeFilterListBox.ValueField = "DeviceType";
            ServerTypeFilterListBox.DataBind();
        }