彩票走势图

【Stimulsoft Reports Silverlight教程】可编辑的报表

翻译|使用教程|编辑:王香|2018-12-06 11:03:54.000|阅读 184 次

概述:此示例项目显示如何在查看器窗口中编辑呈现的报表的文本单元格。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

下载Stimulsoft Reports PHP最新版本

此示例项目显示如何在查看器窗口中编辑呈现的报表的文本单元格。要启用此功能,您需要在报表模板中将所需的文本字段标记为可编辑。其他一切都将自动完成。显示报表时,要进行编辑,应单击查看器工具栏上的“Edit ”按钮:

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

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP