public ChartIndustrialalPieFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetAllCompanyInfoCompleted += new EventHandler <GetAllCompanyInfoCompletedEventArgs>(serviceClient_GetAllCompanyInfoCompleted);
     this.nuYear.Value    = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
 public ChartEducationReportFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetEducationPieEmployeeceInfoCompleted += new EventHandler<GetEducationPieEmployeeceInfoCompletedEventArgs>(serviceClient_GetEducationPieEmployeeceInfoCompleted);
     this.nuYear.Value = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
 public ChartIndustrialalPieFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetAllCompanyInfoCompleted += new EventHandler<GetAllCompanyInfoCompletedEventArgs>(serviceClient_GetAllCompanyInfoCompleted);     
     this.nuYear.Value = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
Exemple #4
0
 public ChartEducationReportFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetEducationPieEmployeeceInfoCompleted += new EventHandler <GetEducationPieEmployeeceInfoCompletedEventArgs>(serviceClient_GetEducationPieEmployeeceInfoCompleted);
     this.nuYear.Value    = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
 public ChartPieLengthServiceFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetLengthServicePieCompleted += new EventHandler<GetLengthServicePieCompletedEventArgs>(serviceClient_GetLengthServicePieCompleted);
     this.nuYear.Value = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
Exemple #6
0
 public ChartPieLengthServiceFrom()
 {
     InitializeComponent();
     serviceClient = new ReportChartServiceClient();
     serviceClient.GetLengthServicePieCompleted += new EventHandler <GetLengthServicePieCompletedEventArgs>(serviceClient_GetLengthServicePieCompleted);
     this.nuYear.Value    = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }
        public ChartPieReportFrom()
        {
            InitializeComponent();

            client = new ReportChartServiceClient();
            client.GetPieEmployeeceInfoCompleted += new EventHandler <GetPieEmployeeceInfoCompletedEventArgs>(client_GetPieEmployeeceInfoCompleted);
            nuYear.Value = DateTime.Now.Year;
        }
Exemple #8
0
        public ChartPieReportFrom()
        {
            InitializeComponent();

            client = new ReportChartServiceClient();
            client.GetPieEmployeeceInfoCompleted += new EventHandler<GetPieEmployeeceInfoCompletedEventArgs>(client_GetPieEmployeeceInfoCompleted); 
            nuYear.Value = DateTime.Now.Year;
        }
Exemple #9
0
 public ChartToolkitPieReportFrom()
 {
     InitializeComponent();
     //this.TitleContent = "123";
     client = new ReportChartServiceClient();
     client.GetPieEmployeeceInfoCompleted += new EventHandler <GetPieEmployeeceInfoCompletedEventArgs>(client_GetPieEmployeeceInfoCompleted);
     this.nuYear.Value    = DateTime.Now.Year;
     this.EndnuYear.Value = DateTime.Now.Year;
 }