
Report
DJ2008
这个作者很懒,什么都没留下…
展开
-
不使用 Report Viewer, 实现调用 Reporting Service 来实现直接输出报表。
因项目的需要,在VS2003 中调用一个VS 2005 的Reporting Service Report,而无法使用 Report Viewer 控件,故必须使用 Web Service 的方式。最终成功的代码如下: 但有几个问题:1, 无法实现让用户在报表页面选择输出格式,即显示对应的Toolbar,然后让用户选择不同的 Export Format;2,原创 2010-04-21 18:21:00 · 2200 阅读 · 0 评论 -
Reporting Service Report fields cannot be used in page headers of footers
http://blogs.technet.com/b/mat_stephen/archive/2005/04/27/404209.aspxReporting Services doesn't like you using data fields in its headers and footers - here are two ways to work around the pro转载 2014-12-08 10:51:58 · 963 阅读 · 0 评论 -
在vs2005中的ReportViewer(RDLC报表)中使用直接打印功能,在vs2005使用ReportViewer2008
因为水晶报表授权价格的问题,打算在新的项目中使用Visual Studio 2005中自带的MicosoftReportViewer,但VS2005中的MicosoftReportViewer在浏览的时候不能直接打印,只能先导出为Excel或者PDF文件再使用Excel或PDFReader里边的打印实现打印,非常之不方便,也不知道M$怎么想的,不过在VS2008当中M$终于想通了,将Micosof转载 2014-10-13 11:26:51 · 2574 阅读 · 0 评论 -
SAPscript 与 smartform 区别 / 调试方法
http://blog.youkuaiyun.com/zsf8848/article/details/35199861, smartform在激活的时候会自动地创建一个功能模块, 而SAPscript则不会;http://blog.youkuaiyun.com/zsf8848/article/details/35199862, smartform可以直接书写子程序, 使用"Program Line转载 2014-06-23 09:25:04 · 4879 阅读 · 0 评论 -
Smart Form Tutorial(适用新手学习)
http://silverw0396.iteye.com/blog/229404转载 2014-06-23 09:23:39 · 1252 阅读 · 0 评论 -
Troubleshooting Timeout errors in Reporting Services
Working with reports in Reporting Services, you can face timeout errors. This situation might happen when using very heavy reports. I will show bellow a list of different timeouts that could be affect转载 2014-04-21 16:23:22 · 1127 阅读 · 0 评论 -
SQL Server Reporting Services – Timeout Settings
http://www.avyuktasolutions.com/blog/sql-server-reporting-services-timeout-settings/You can try out the below setting to Troubleshoot the Timeout Errors.1) Query Execution Timeout转载 2014-04-21 16:25:40 · 2135 阅读 · 0 评论 -
数据导出到Excel(或Word)源代码大全
转:http://blog.youkuaiyun.com/wonsoft/article/details/3311769在日常工作中,大家都习惯Office作为办公软件,因此,在开发软件的时,常常会有把数据导出到Excel等Office软件的需求。在此,收集一些常用的导出文件的源程序,希望给大家带来方便。(不断更新)一、DataSet数据集内数据转化为Excel// 作用:转载 2013-04-23 15:01:48 · 973 阅读 · 0 评论 -
定制ABAP編輯器的中內容(Editor中自動生成代碼)
http://blog.youkuaiyun.com/twty5210/article/details/6141666 Debug程式,發現LSEURF01中的form fetch_template是增加自動代碼的其中tse05是自動代碼的保存表转载 2012-09-07 20:44:40 · 1189 阅读 · 0 评论 -
动态生成ABAP程序
http://blog.chinaunix.net/uid-697173-id-2680869.html动态生成ABAP程序.参考程序:Tcode ABAPdocu-->BC - ABAP Programming-->The ABAP Programming Language-->Special Techniques-->Generating Progr转载 2012-09-07 21:04:51 · 807 阅读 · 0 评论 -
ALV报表代码自动生成器--懒汉有救了
http://blog.chinaunix.net/space.php?uid=697173&do=blog&id=2680881 我懒. 总想把事情做得简单点. 这是一个自动生成ALV报表的网站.肯定是个更懒的洋鬼子做的. 懒得说了, 自己看吧. 网址忘了从谁的网站上看到的了.转载 2012-09-07 20:51:11 · 967 阅读 · 0 评论 -
Reporting Service Export to Excel Row Height Issue
发现一个问题,Reporting Service Report 输出至Excel 时,即便对Table Cell 或TextBox 设定了其中的 CanGrow = True ,仍然无法在Excel 文件中看到希望的结果,即有多行内容的情况下,虽然PDF / HardCopy / HTML 均可正常显示多行,但Excel 却不行。经多方查证,最终无奈的发现,这是Reporting S原创 2012-01-12 18:03:13 · 1092 阅读 · 0 评论 -
VB6 自动创建 ODBC
早期的一些VB6 程序,由于使用不同的方法,或使用Crystal Report, 需要用到ODBC,但却需要手工提前建立。而对大量用户使用时,需要维护人员到不同的电脑上建立ODBC, 其实上用代码的方法可以很简单的进行自动创建。原创 2010-06-02 17:24:00 · 1672 阅读 · 0 评论 -
Reporting Service Report (Report Viewer 2005) 与 IE8 兼容性问题及解决方法
之前有一个Project 使用的是 VS2005 + Reporting Service Report (Report Viewer 2005) 开发,一直使用没有问题。包括在 IE6/IE7 中打开显示均正常。 但新的 IE8 来了,一测试,发现竟然变的乱了,边界乱了,位置错乱了,唉。 为此问题,查了不少资料,又是 Google ,结果终于测试到了解决方法,如下: 移除R原创 2010-05-19 11:01:00 · 1919 阅读 · 0 评论 -
Reporting Service 报表入门
http://blog.sina.com.cn/s/blog_59ca2c2a01011amy.html今天我们来学习一下ReportingService报表的制作。ReportingService是微软提供的一个制作报表的工具,它集成在Microsoft Visual Studio中。启动Visual Studio,如下图所示: 启动之后进入转载 2014-12-12 16:00:33 · 3543 阅读 · 0 评论