打印stimulsoft
2018-07-09 本文已影响16人
落地成佛
stimulsoft破解软件存储在百度网盘
using Stimulsoft.Report;
string filepath = Application.StartupPath + "/Print/QueHuoPrint.mrt";
StiReport stireport = new StiReport();
stireport.Load(filepath);
stireport.RegData("OrderTable", dt);
stireport.Compile();
stireport.Print(false);