彩票走势图

【Stimulsoft Reports.Net教程】使用DesignerFx

翻译|使用教程|编辑:王香|2018-11-01 10:55:01.000|阅读 257 次

概述:此示例项目演示了如何在ASPX页面上添加Flash设计器并编辑报表模板。

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

相关链接:

下载Stimulsoft Reports.Net最新版本

要添加Flash设计器,只需从Stimulsoft.Report.WebDesign 库添加StiWebDesignerFx组件即可。

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Using_the_DesignerFx.Default" %>
<%@ Register assembly="Stimulsoft.Report.WebDesign" namespace="Stimulsoft.Report.Web" tagprefix="cc1" %>
 
<!DOCTYPE html>
 
<html xmlns="//www.w3.org/1999/xhtml">
<head runat="server">
    <title>Using the DesignerFx</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <cc1:StiWebDesignerFx ID="StiWebDesignerFx1" runat="server" />
    </div>
    </form>
</body>
</html>

要打开报表模板以进行编辑,可以使用Page_Load事件。例如,创建新的报表对象,从文件加载SimpleList.mrt报表模板,从XML文件添加报表数据,并使用Design()方法调用Flash报表设计器。

protected void Page_Load(object sender, EventArgs e)
{
    string appDirectory = HttpContext.Current.Server.MapPath(string.Empty);
 
    // Load report
    StiReport report = new StiReport();
    report.Load(appDirectory + "\\Reports\\SimpleList.mrt");
 
    // Assign data
    StiXmlDatabase database = new StiXmlDatabase("Demo", 
        appDirectory + "\\Data\\Demo.xsd", appDirectory + "\\Data\\Demo.xml");
    report.Dictionary.Databases.Add(database);
    report.Dictionary.Synchronize();
 
    // Design report
    StiWebDesignerFx1.Design(report);
}

示例代码的结果如下图所示:

Stimulsoft

购买Stimulsoft正版授权,请点击“”哟!


标签:报表stimulsoft report .netStimulsoft

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


为你推荐

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


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP