代码是按教程来的,
GrapeCity.ActiveReports.PageReport rpt = new GrapeCity.ActiveReports.PageReport(new System.IO.FileInfo(@"RdlReport1.rdlx"));
GrapeCity.ActiveReports.Document.PageDocument rptd = new GrapeCity.ActiveReports.Document.PageDocument(rpt);
this.viewer1.LoadDocument(rptd);
下面是 licenses.licx 信息 GrapeCity.ActiveReports.Viewer.Win.Viewer, GrapeCity.ActiveReports.Viewer.Win, Version=13.2.18427.2, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
|