水晶报表初体验(Visual Studio 2010)

安装水晶报表后如下使用;

配置rpt文件,如图

前台(Asp.net页面):

 <%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
    Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

<CR:CrystalReportViewer ID="ReTransport" runat="server" AutoDataBind="true" />

后台:

public void GetList()
        {
            ReportDocument doc = new ReportDocument();
            // rpt文件路径
            doc.Load(Server.MapPath("/Cry/CrystalInSchoolInfo.rpt"));
            ReTransport.ToolPanelView = ToolPanelViewType.None;
            Maticsoft.BLL.list.Lists pro = new Maticsoft.BLL.list.Lists();
            if (Session["CrystalData"]!=null)
            {
                //配置数据源dataset
                doc.SetDataSource((DataTable)Session["CrystalData"]);
                this.ReTransport.ReportSource = doc;
                this.ReTransport.DataBind();
            }
            else
            {
                HttpContext.Current.Response.Write("<script>alert(‘连接超时,请刷新!‘);window.location.href=document.referrer;</script>");
            }
        }

使用注意:rpt文件配置过程中,页面长度代表一列,若拉的太长,会默认增加到下一页,导致误判为无法遍历数据的错觉

关于更高级的内嵌报表之类的,我就没有使用过了,以后边用边学吧。

最后贴上Visual Studio 2010的水晶报表安装包下载地址:http://yunpan.cn/QC9fWzZdj64ER(提取码:a7b9)

水晶报表初体验(Visual Studio 2010)

时间: 2024-11-05 11:24:29

水晶报表初体验(Visual Studio 2010)的相关文章

Visual Studio 2010打开水晶报表是出现二进制

水晶报表在64位的机器下未安装成功 解决方法 到http://www.cnblogs.com/siyunianhua/p/4806513.html下载  水晶报表VS2010版IDE安装标准版SAP Crystal Reports, version for Visual Studio 2010 - Standard 重新安装就可以了

visual studio 2010 自带reporting报表本地加载的使用

在这家公司时间不长,接触都是之前没玩过的东东,先是工作流引擎和各种邮件短信的审核信息,后又是部署reporting服务器. reporting服务部署就不在这多说,在vs2010里面是自带了reporting报表的直接添加就可以使用.如图 这是一个空白的模板.这时模板已有了就差数据了在新加一个数据集DataSet 数据集有了模板有了就回到reporting模板页在这上面设计格式了,在空白处 右键-插入-表(也可以是其他图表之类)选择数据源 此时的报表模板就和绑定web控件一样设定对于字段 到这模

Visual Studio 2010 RDLC 报表简单使用

原文:Visual Studio 2010 RDLC 报表简单使用 RDLC(Report Definition Language Client-side Processing)是Visual Studio 2010提供的报表工具,介绍一下它的简单使用方法. 1.新建一个Windows 窗体应用程序. 2.数据 — 添加新数据源: 选择数据源类型为"数据库": 这里我们选择Microsoft SQL Server: 添加服务器名,并选择需要的数据库: 选择数据源表: 2.添加并设计报表

Visual Studio 2010 插件之Resharper

这一系列不是对每个功能的中文帮助,而是我对开发中可能涉及的功能需求,利用Resharper来完成.有些是Visual Studio有的,但是做的不好,有些是没有而Resharper发明的.总的目的都只有一个,就是加快你编写代码的速度.毕竟,我们的终极目标是在5点半前心满意足的关上电脑回家. 诚然,学会一个新的语言,或者一个新的工具,都有一个上手的问题.希望我的文章能够帮助你尽快地熟悉Resharper.在熟悉了它以后,你使用鼠标或者是无效击键的频率会大大地降低.当然这也需要对visual stu

体验Visual Studio 2015 Windows Forms应用程序开发与维护

昨天到半夜还没有等到Visual Studio 2015的下载地址,实在熬不住就先休息了.北美地区的时区比北京时间要晚一些,今天早上到公司就看到Visual Studio 2015的下载地址,迅速的将Visual Studio 2015下载到电脑中体验一把. 作为老程序员,不关心ASP.NET 5的跨平台,这6年多时间一直坚守在Windows Forms平台下,不离不弃.Windows Forms很早停止更新,我认为这是好事.当初公司尝试选ORM开发框架时,曾考虑过Entity Framewor

How To Compile Qt with Visual Studio 2010

This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010. Although we use Qt 4.7.1 as an example (for historical reasons), you can also find suggestions on building newer versions of Qt by MSVC 2012 and even by Intel Compiler for b

Visual Studio 2010 进行Winform打包时提示 不可恢复的生成错误 解决方案

参考:http://blog.csdn.net/xingqingxiang/article/details/7198076 在进行Visual Studio 2010 进行Winform打包时,提示 不可恢复的生成错误,很是郁闷, 在网上搜了好多方法都是不行,无奈自己找办法,无意中发现了一个解决方法,希望能与大家分享下. 解决方法如下:1.在“开始 -  运行” 中输入以下内容分三次来重新注册下Mergemod.dll. regsvr32 "C:\Program Files\Common Fil

Building Python 2.7.10 with Visual Studio 2010 or 2015 - Google Chrome

您的浏览器(Chrome 33) 需要更新.该浏览器有诸多安全漏洞,无法显示本网站的所有功能.?了解如何更新浏览器 × p-nand-q.com C++? Python? Programming? Languages? Humor? Tools? Misc? Building Python 2.7.10 with Visual Studio 2010 or 2015 7th revision, August 7, 2015.A document history can be found at t

error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = &#39;v100&#39;) cannot be found

I want to run some programs of vs2012 on the vs2013 ,however some errors as follows: first time the error is : error LNK2038: mismatch detected for '_MSC_VER': value '1800' doesn't match value '1700' you can do that as fllows : project ->project prop