随笔分类 -  报表/曲线

[转]SSRS: Checking for Divide By Zero Using Custom Code
摘要:本文转自:http://salvoz.com/blog/2011/11/25/ssrs-checking-for-divide-by-zero-using-custom-code/ I encountered a divide-by-zero error while working on an SS 阅读全文

posted @ 2017-09-28 09:25 freeliver54 阅读(153) 评论(0) 推荐(0) 编辑

[转]Charts (Report Builder and SSRS)
摘要:本文转自:https://docs.microsoft.com/en-us/sql/reporting-services/report-design/charts-report-builder-and-ssrs Read about using chart data regions to help 阅读全文

posted @ 2017-09-22 15:54 freeliver54 阅读(271) 评论(0) 推荐(0) 编辑

[转]NPOI导出EXCEL 打印设置分页及打印标题
摘要:本文转自:http://www.cnblogs.com/Gyoung/p/4483475.html 在用NPOI导出EXCEL的时候设置分页,在网上有查到用sheet1.SetRowBreak(i)方法,但一直都没有起到作用。经过研究是要设置 sheet1.FitToPage = false; 而这 阅读全文

posted @ 2016-08-11 09:47 freeliver54 阅读(1239) 评论(0) 推荐(0) 编辑

[转]Highcharts仪表盘制作
摘要:http://www.runoob.com/highcharts/highcharts-guage-solid.html 本文转自:http://blog.csdn.net/javaliuzhiyue/article/details/9943751 对Highcharts仪表盘的使用进行了简单的封装 阅读全文

posted @ 2016-02-20 17:04 freeliver54 阅读(5655) 评论(4) 推荐(0) 编辑

[转]比NPOI更討喜的Excel元件-EPPlus
摘要:本文转自:http://blog.darkthread.net/post-2012-05-12-epplus.aspx前陣子發表 【潛盾機】將檔案結構匯成Excel文件,從網友佑翔的留言(特此感謝),認識了一顆被我錯過的l好元件 -- EPPlus!NPOI源於POI,在很多介面設計上,帶點Java... 阅读全文

posted @ 2015-12-24 14:07 freeliver54 阅读(448) 评论(0) 推荐(0) 编辑

excel vba 当cell的值变化时 进行判断操作
摘要:示例效果:-----------在excel的sheet1中,当A列的值 大于100时 ,其对应B列背景显示红色,C列显示"有数据"否则,B列背景色正常,C列清空相应的数据操作步骤----------1.新建Excel2.选择菜单”开发工具“ -》 ”Visual Basic“ 打开相应的VBA代码... 阅读全文

posted @ 2015-12-24 10:55 freeliver54 阅读(4509) 评论(0) 推荐(0) 编辑

[转]Worksheet.Change Event (Excel)
摘要:本文转自:https://msdn.microsoft.com/en-us/library/office/ff839775.aspx#AboutContributorExampleThe following code example changes the color of changed cell... 阅读全文

posted @ 2015-12-24 10:42 freeliver54 阅读(393) 评论(0) 推荐(0) 编辑

[转]EXCEL如何使用动态公式
摘要:本文转自:http://tech.cncms.com/ruanjian/office/excel/95440.html也许大家可能还不知道Excel中的动态公式是什么,所谓的动态公式,不是普通的公式,而是更好灵活的公式的使用方法。下面就给你举例来说明。一、构造动态公式在EXCEL某个工作表中,如果随... 阅读全文

posted @ 2015-12-23 11:38 freeliver54 阅读(976) 评论(0) 推荐(0) 编辑

[转]How to insert a row between two rows in an existing excel with HSSF (Apache POI)
摘要:本文转自:http://stackoverflow.com/questions/5785724/how-to-insert-a-row-between-two-rows-in-an-existing-excel-with-hssf-apache-poiSomehow I manage to crea... 阅读全文

posted @ 2015-12-23 11:22 freeliver54 阅读(1076) 评论(1) 推荐(0) 编辑

[转].NET下读取PDF文本
摘要:本文转自:http://blog.csdn.net/wangqiuyun/article/details/8548779在.NET下读取PDF文本用到的类库主要有两个:PDFBox和iTextSharp。先说PDFBox,这个类库据说功能很强大,本人在这只是简单介绍一下:1、下载PDFBox下载地址... 阅读全文

posted @ 2015-12-15 15:46 freeliver54 阅读(5613) 评论(0) 推荐(0) 编辑

[转]Display PDF within web browser using MVC3
摘要:本文转自:http://www.codeproject.com/Tips/697733/Display-PDF-within-web-browser-using-MVCIntroductionI will demonstrate you different way to display PDF wi... 阅读全文

posted @ 2015-12-15 14:38 freeliver54 阅读(215) 评论(0) 推荐(0) 编辑

[转]PDF预览插件PDFObject.js
摘要:本文转自:http://pdfobject.com/index.phpWhen possible, use standardized HTML markup and avoid JavaScriptIn an ideal world, you would always embed your PDF ... 阅读全文

posted @ 2015-12-15 11:16 freeliver54 阅读(6093) 评论(0) 推荐(0) 编辑

[转]NPOI TestFunctionRegistry.cs
摘要:本文转自:https://github.com/tonyqus/npoi/blob/master/testcases/main/SS/Formula/TestFunctionRegistry.cs/* * ===============================================... 阅读全文

posted @ 2015-11-18 17:53 freeliver54 阅读(540) 评论(0) 推荐(0) 编辑

[转]POI : How to Create and Use User Defined Functions
摘要:本文转自:http://poi.apache.org/spreadsheet/user-defined-functions.htmlHow to Create and Use User Defined FunctionsDescriptionThis document describes the U... 阅读全文

posted @ 2015-11-18 16:54 freeliver54 阅读(380) 评论(1) 推荐(0) 编辑

[转]用NPOI操作EXCEL--通过NPOI获得公式的返回值
摘要:本文转自:http://www.cnblogs.com/atao/archive/2009/10/12/1582085.html前面我们学习了通过NPOI向Excel中设置公式,那么有些读者可能会问:“NPOI能不能获取公式的返回值呢?”,答案是可以! 一、获取模板文件中公式的返回值 如在D盘中有一... 阅读全文

posted @ 2015-11-18 11:24 freeliver54 阅读(4685) 评论(2) 推荐(1) 编辑

[转]Formatting the detail section to display multiple columns (水晶报表 rpt 一页多列)
摘要:本文转自:http://www.bofocus.com/formatting-the-detail-section-to-display-multiple-columns/Format the details section to display in multiple columns:1. Rig... 阅读全文

posted @ 2015-11-04 09:25 freeliver54 阅读(603) 评论(1) 推荐(1) 编辑

[转]Creating Mailing Labels in SQL Server Reporting Services (rdlc 数据1页 2竖排 显示)
摘要:本文转自:http://blogs.wrox.com/article/creating-mailing-labels-in-sql-server-reporting-services/Most word processing applications (Word, WordPerfect, and ... 阅读全文

posted @ 2015-11-03 15:48 freeliver54 阅读(508) 评论(0) 推荐(0) 编辑

[转]逐步解說:在 WPF 應用程式中使用 ReportViewer 显示 rdlc
摘要:本文转自:http://msdn.microsoft.com/zh-tw/library/hh273267若要在 WPF 應用程式中使用 ReportViewer 控制項,您需要將 ReportViewer 組件加入至專案,並且以程式設計方式設定該組件。WPF 支援 Windows Form 控制項,但是 ReportViewer 控制項不對 WPF 提供任何自動組態,如同在 Windows Form 應用程式中一樣。 在 WPF 應用程式中,您會在 WindowsFormsHost 控制項內主控 ReportViewer 控制項。 WindowsFormsHost 控制項對呼叫程式碼要求完. 阅读全文

posted @ 2014-02-19 16:12 freeliver54 阅读(823) 评论(0) 推荐(0) 编辑

[转]RDLC报表——动态添加列
摘要:本文转自:http://www.cnblogs.com/pszw/archive/2012/07/19/2599937.html前言最近接到一个需求:在给定的数据源中,某(些)列,可能需要单独统计,是否单独统计需要根据报表配置来决定。由于项目中一直使用RDLC来生成报表,临时为了一个需求换一种技术也不是很现实,所以自己捉摸了下。认识RDLCRDLC的主要有三个部分:(1)*.rdlc文件,本质是一个XML文件,这里定义了报表样式;(2)*.xsd文件,也是一个XML文件,这里定义了数据源格式;(3)*.aspx文件,呈现报表的web页面。注:RDLC是什么,可参考蜡人张的博客:http://w 阅读全文

posted @ 2014-02-19 15:07 freeliver54 阅读(1544) 评论(3) 推荐(0) 编辑

[转]RDLC 动态列
摘要:本文转自:http://blog.csdn.net/luochengbang/article/details/9964551很久没有写博客了,关于动态列,国内很少资料有介绍动态列的,所想写点心得给哥们啥是动态列呢?通常我们用存储过程时有列转行和行转列的做法,那么在RDLC 怎么支持呢?其实很简单,就是利用了RDLC的 Column Groups先看看源数据:序号姓名科目分数1张三语文802张三数学903张三物理854李四语文70要在RDLC显示为序号姓名语文数学物理1张三8090852李四7000看看RDLC的设计我们把科目这个列放到表头,然后右健,如下图,增加一个Column Group弹出 阅读全文

posted @ 2014-02-17 16:08 freeliver54 阅读(3422) 评论(1) 推荐(0) 编辑

导航