report

The best reporting component for Delphi? [closed]

拥有回忆 提交于 2019-12-17 23:25:05
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . We are a team that use Gnostice and RaveReports to view, print, mail and generate PDFs of reports using D2007. D2009 is in the roadmap but as Gnostice don't support D2009 we have to wait. In the past the reports was done in code and then viewed, printed etc. Now we have started to evaluate the Ravereports

Print RDLC Report without showing ReportViewer Control

霸气de小男生 提交于 2019-12-17 17:22:27
问题 I was wondering if is possible to send/print data from DataGridView directly to rdlc report without binding it to ReportViewer control. There are many threads about binding dgv data to report viewer control. I don't want to create another form with report viewer control, but use existing form with data on DataGridView and on print button to send the data to RDLC report and print it. Is it possible? Thanks 回答1: Print without showing Print dialog As an option you can print an RDLC report

商品包装上的条形码是如何实现的

人盡茶涼 提交于 2019-12-17 11:10:08
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 条形码(barcode) 是将宽度不等的多个黑条和空白,按照一定的编码规则排列,用以表达一组信息的图形标识符。常见的条形码是由反射率相差很大的黑条(简称条)和白条(简称空)排成的平行线图案。条形码可以标出物品的生产国、制造厂家、商品名称、生产日期、图书分类号、邮件起止地点、类别、日期等许多信息,因而在商品流通、图书管理、邮政管理、银行系统等许多领域都得到了广泛的应用。 现在越来越多的行业及公司在使用条形码,在style report中,可以更加方便快捷的制作出条形码,下面我们演示条形码的制作过程: 链接相应的数据库。在打开的页面中,点击左边导航栏中的“段向导”,弹出数据绑定界面,选择需要的数据源,然后点击“完成”,如图1所示 鼠标点击需要以条形码显示的区域,鼠标点击后,在报表设计器下方,弹出属性区;在属性区中,选择“呈现 →Barcode”,在“Barcode”中选择所需要显示的条形码形式,如图2所示。需要显示的条形码选中后,点击菜单栏中的“预览”,条形码制作成功,如图3所示。 更多文章请点击: http://www.inetsoft.com.cn/services/KnowledgeBase/ 来源: oschina 链接: https://my.oschina.net/u/88726/blog/13051

在Style Report中如何制作分栏式报表

非 Y 不嫁゛ 提交于 2019-12-17 10:55:06
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 分栏式报表,就是 将报表中的内容分成两栏或多栏,是文档编辑中的一种基本方法,一般用于排版;采用分栏式报表,可以很大程度上的节省空间。下面我们在 Style Report 中 演示分栏式报表的制作过程。 1. 打开报表设计器。点击“文件— > 新建” , 选择“空白流报表”,打开一个新的报表页面。 2. 在打开的页面中,点击左边导航栏中的“表格向导”,弹出数据绑定界面,选择需要的数据源,然后点击“完成”,如图 1 所示: 图 1 3. 点击菜单栏中的“布局视图”,然后点击菜单栏中的“列”,在弹出的列界面中,选择需要的分栏数(从左至右,依次为 1*1 、 1*2 、 1*3 、 1*4 ),如图 2 所示;选择好需要的分栏数后,如图 3 所示(图 4 选择的是 1*2 )。 图 2 图 3 4. 点击菜单栏中的“预览”,制作出来的分栏式报表,如图 4 所示: 图 4 来源: oschina 链接: https://my.oschina.net/u/88726/blog/6968

How do I generate a Dashboard Report in jmeter?

柔情痞子 提交于 2019-12-17 10:54:08
问题 I am running jmeter2.12 on Fedora. What are the steps to generate a Dashboard Report? 回答1: steps: 1.Add 'Summary Report', 'Simple Data Writer' from Listeners. 2.Set location to generated csv 3.open reportgenerator.properties from "D:\apache-jmeter-3.0\bin\" copy all content from it 4.Open user.properties from same bin folder 5.Append all from reportgenerator.properties to user.properties and save 6.Now run the your Test script 7.open cmd and enter jmeter -g D:\Report\TC001_Result.csv -o C

如何实现参数和报表间的联动效果

你。 提交于 2019-12-17 09:54:41
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 在交互分析中,报表经常需要根据参数进行实时变化。也就是“参数联动”效果,下面就通过一个例子说明润乾报表是如何实现这种需求的。 页面的左侧为参数输入区域,右侧的数据报表需要根据参数实时查询结果,效果如下图: 实现步骤: 1 准备报表 连接默认的 demo 数据源,制作如下报表: 其中,报表参数为: 用于接收地区和城市参数。 报表数据集为: 2 定义参数输入 定义参数输入页面,如下: <html> <head> </head> <body> <table border="1" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td valign="top" align="center" width="10%"> <a >请选择参数:</a><br><br> <form> <select name="area" onChange="change(1,this.options\[this.selectedIndex\].value)"> <option value="华北" selected="selected">华北</option> <option value="东北">东北</option> <option value="华南"

Allure report: nothing shown in Chrome

谁说胖子不能爱 提交于 2019-12-17 07:33:26
问题 I'm trying to use Allure-framework to generate a report for my Selenium WebDriver tests. I use JUnit framework and allure-maven-plugin with version 1.3.9 of Allure. I run tests with mvn test then generate the report using mvn site . I see generated report in target/site/allure-maven-plugin/ directory. When I open index.html page with Firefox it works normally. However when doing the same thing in Chrome or Safari I see nothing . What's wrong? Am I missing something? My pom.xml file is located

Compare SQL Server Reporting Services to Crystal Reports [closed]

主宰稳场 提交于 2019-12-17 03:22:00
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Locked . This question and its answers are locked because the question is off-topic but has historical significance. It is not

Modify dynamically a rdlc report (c#)

不问归期 提交于 2019-12-14 03:59:39
问题 I have a font stored in a database, and I have to set all my fileds with that font. I set bind my report like this : FormBudgReelReport form = new FormBudgReelReport(); form.Viewer.LocalReport.ReportEmbeddedResource = _NomRessourceRpt; form.Viewer.LocalReport.DataSources.Add(source); form.ShowDialog(); If I could load my rdlc as an XmlDocument, I know how to do this, but is there a way to do this? I can't use a formula like =Parameters!Police.Value because I have a lot of reports to change.

how stop the printer after print the Last line in the crystal report (VS2005)

和自甴很熟 提交于 2019-12-14 02:37:08
问题 i have a crystal report in vs2005. I have to print this report in rollpaper with dotmatrix printer. After printng the report it omit some waste spaces. I have to stop the printer where the last line was printed. i was seached with this problem but i am unable to find a solution. please helpme to come out this problem 回答1: I solved this Problem, wecan't print dircetly in rollpaper with Crystal Reports for dynamic length(ie Dynamic Page Size), Because in Crystal report we have a standard page