下载Stimulsoft Reports PHP最新版本

public MainPage(){    InitializeComponent();    // Custom Color    Stimulsoft.Report.StiOptions.Viewer.HighlightShowBorderColor = Colors.Orange;    Stimulsoft.Report.StiOptions.Viewer.HighlightActiveBorderColor = Colors.Green;    var stream = System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream(        "EditableReport.EditableReport.mdc");    if (stream != null)    {        Stimulsoft.Report.StiReport report = new Stimulsoft.Report.StiReport();        report.LoadDocument(stream);        stream.Close();        stream.Dispose();        stream = null;        viewer.Report = report;    }}

下面的屏幕截图中,您可以看到示例代码的结果。

Stimulsoft

下载示例

购买Stimulsoft正版授权,请点击“咨询在线客服”哟!

GrapeCity年末福利大放送
标签: 表 表控件SilverlightStimulsoft

声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!

上一篇 2018年11月3日
下一篇 2018年11月3日

相关推荐

发表回复

登录后才能评论