我用stimul創建了一個報告,並將其顯示在我的應用程序中。用戶如何在應用程序中更改stimul設計?
StiReport report = new StiReport();
report.Load(System.Windows.Forms.Application.StartupPath + "\\Report.mrt");
report.RegData("Table", lststudent);
report.Compile();
report.Show();
我希望用戶更改報表設計無需用戶的系統中安裝stimul。
用戶可能更改報表設計?
非常感謝。我在應用程序中添加必要的DLL。 – Niloo