我创建了一个带有刺激的报告并将其显示在我的应用程序中。
StiReport report = new StiReport();
report.Load(System.Windows.Forms.Application.StartupPath + "\\Report.mrt");
report.RegData("Table", lststudent);
report.Compile();
report.Show();
我希望用户更改报告设计而不在用户系统中安装刺激。
用户有可能改变报告设计吗?