|
@@ -594,6 +594,8 @@ namespace OTSIncAReportApp
|
|
|
#region 窗体控件事件
|
|
|
private void btn_preview_Click(object sender, EventArgs e)
|
|
|
{
|
|
|
+ m_ReportApp.m_rstDataMgr.setSelectedIndex(cbo_sjy.SelectedIndex);
|
|
|
+
|
|
|
DEVReport = new OTS_DEVReport(this, m_mbszclass, m_ReportApp);
|
|
|
LoadData();
|
|
|
ReportPrintTool tool = new ReportPrintTool(DEVReport);
|