....
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user