report

SAP Crystal Reports Viewer does not display in browser

好久不见. 提交于 2019-12-20 10:56:15
问题 I own a ASP.NET web project with framework 4.5. Is installed and implemented an SAP report for VS2012 Crystal Reports Developer. Making in Local report, it works correctly in browsers (Chrome, Firefox, IE) and the data in the correct exit. Now, at the time of publishing (on another server) the first thing we did was install the same version of SAP, so that there are the necessary libraries etc.. The problem I have is that the block of Report Viewer, I mean, what is the repot container, not

How to display another value if the column is null?

…衆ロ難τιáo~ 提交于 2019-12-20 07:48:40
问题 I am new to Birt reporting. My requirement is that, I want to display "N/A" when the actual value of the column is null. For ex: select vendor from account where id=1; o/p: NULL so, in place of null values in the report I want to display those fields as N/A. How to do this? 回答1: You can add a Value-Mapping in the Data-Cell where you want to display your value by the following: Click in the Data-Cell where you want to display the value. Go to the "Property Editor" and select the Tab "Map".

Crystal Report redistributable for Windows Server 2008? - An error has occurred while attempting to load the Crystal Reports runtime

梦想与她 提交于 2019-12-20 04:06:26
问题 First at all, thanks everyone. What do I need to get work crystal report on windows server 2008? Or how can I get work rpt files (loaded by code and flush it to browser) on a website (framework 3.5/4.0) running on a windows server 2008 ? I mean, I load some rpt files (built them on crystal report 2008) and then using crystal object to export the file to xls/pdf, change the headers, make a flush to the browser and it works, this on windows server 2003/Seven/XP but the site doesn't work on

SQL Server Compact Edition and reporting. Is SSRS an option?

安稳与你 提交于 2019-12-20 03:29:10
问题 I need to create a simple, stand-alone application that will allow for users to input some data and then print a report. I would prefer to use SSRS as a reporting engine but I also want to keep my data store very simple. I have another, sizable smart-client application that uses SQL Server Express edition as a user back-end. From experience, SQL Server Express is certainly an option, however, integrating a database creation and maintenance process is a bit of a nightmare, due to various end

RDLC Report: Apply Filter to Report

雨燕双飞 提交于 2019-12-20 03:14:49
问题 I have two parameters dateFrom and dateTo which I want to filter my report based on those values and show sum of total column of filtered rows in the report. Currently when I use expression =Sum([total]) it returns the sum of whole column in database and it doesn't applying date filter on expression. Question: How to apply sum of total between dates dateFrom and dateTo parameter like Something like this pseudo-code: =Sum(Field!Total.Value) where date between dt_from to dt_to Here is the code

Error While Using Multiple Datasets in RDLC Report

冷暖自知 提交于 2019-12-20 02:29:51
问题 I am creating RDLC report with two datasets. Earlier i was using one dataset and it was working fine,but when i added second dataset it started giving me following error for textboxes. Error 1 The Value expression for the text box ‘Textbox10’ refers to the field ‘HospitalAddress’. Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope. Why is this happening? Please help.... 回答1: You need to specify which

Bind child object property with in rdlc (Report)

白昼怎懂夜的黑 提交于 2019-12-20 01:36:05
问题 I have a custom object say "objMain" in which i have few properties and also the property of object type (i.e. like a child object). objMain has these properties: 1. Name [type: string] 2. Description [type: string] 3. StartDate [type: datetime] 4. ObjSubject [type: object] - this is of custom type ObjAddress has these properties 1. SubjectID [type: int] 2. SubjectName [type: string] I need to display Name, description, startdate and SubjectNames related to that name. It show the data in Name

配置Power BI Report Server

点点圈 提交于 2019-12-19 19:00:28
安装配置Power BI Report Server 安装配置PBI Report Server需要以下准备: 1、 安装SQL Server2017 、PowerBIReportServer、PBIDesktopRS_x64; 2、各软件安装时无特殊安装要求,默认选项点击【下一步】安装即可; 3、报表服务器使用SQL Server2017 数据库引擎来存储元数据和对象定 数据库可以在本地或远程数据库引擎实例上运行。 Power BI Report Server安装完成后需要进行配置,步骤如下: 1、完成安装程序后,点击配置报表服务器 2、默认显示服务器名称和报表服务器实例,点击【连接】 3、连接服务器后,可查看当前报表服务器信息 来源: CSDN 作者: 段二胖 链接: https://blog.csdn.net/weixin_41542593/article/details/103426606

Dynamic querystring in JRXML [closed]

﹥>﹥吖頭↗ 提交于 2019-12-19 04:59:12
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 7 years ago . I'm trying to build a report that would be smart enough to modify slightly its sql query based on an input parameter of some sort. For example if that

How to us Maven PDF Plugin to generate PDF from Surefire Report?

不羁的心 提交于 2019-12-19 03:58:12
问题 after running my JUnit tests I use the Maven Surefire Report plugin (http://maven.apache.org/plugins/maven-surefire-report-plugin/) to generate a HTML test report. This results in the following file: ./target/site/surefire-report.html I know that there is a Maven PDF plugin to generate PDF files (http://maven.apache.org/plugins/maven-pdf-plugin/surefire-report.html). But I don't manage to get it working. I included it in my pom.xml: <plugin> <groupId>org.apache.maven.plugins</groupId>