This commit is contained in:
chi
2022-02-20 23:19:00 +09:00
parent 6226bc2953
commit 80d43752c6
9 changed files with 129 additions and 57 deletions

View File

@@ -40,14 +40,14 @@ namespace FBS0000
void refrehData()
{
var dt = DateTime.Parse(this.tbMon.Text);
var dt = DateTime.Parse(this.tbMon.Text);
ta.Fill(this.dsReport.holydata, FCOMMON.info.Login.gcode, dt.Year.ToString("0000") + "-01-01", dt.ToShortDateString());
//this.reportViewer1.LocalReport.ReportPath = "JobReport_\\rK5Dailyform.rdlc";
this.reportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.Normal);
this.reportViewer1.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.Percent;
this.reportViewer1.Refresh();
this.reportViewer1.RefreshReport();
////휴일데이터가 들어가 있음.
//var taH = new dsReportTableAdapters.HolidayLIstTableAdapter();