crystal-reports-2010

Unsupported Operation. A document processed by the JRC engine cannot be opened in the C stack.

我与影子孤独终老i 提交于 2019-12-24 00:52:49
问题 My problem seems similar, but the situation is different. I'm using Windows Server 2003 64 Bit with Visual Studio 2010, Crystal Report 13.02.456 Runtime (64 Bit) for framework 4.0 and Crystal reports version for Visual studio 2010. The report works perfectly in debug mode. 1.But when it is deployed on IIS at first it started giving jscript 'bobj' missing error. 2.Later I searched the internet and copied crystalreportviewer13 folder from IIS folder to my application root folder. 3.The error

Crystal report viewer doesn't appear in toolbox - Visual Studio 2010

人走茶凉 提交于 2019-12-22 07:59:26
问题 I have a c# windows form application and after installing SAP Crystal Report for Visual Studio 2010 (http://www.businessobjects.com/jump/xi/crvs2010/default.asp) i cannot see Crystal Report Viewer in the toolbox. What am i doing wrong? 回答1: Check the target framework of the project you created. By default a new WinForms project gets set to .NET Framework 4 Client Profile. To fix your problem change it to .NET Framework 4. To do this right-click your project and select Properties. On the

Crystal Reports Printing blank page

你离开我真会死。 提交于 2019-12-19 19:45:38
问题 I have a crystal report which is printing a blank page and printing the report fine, but just with this additional page. Done my research, ticked, unticked and added correct formula into the 'New Page After' option, not on last record formula etc, but its still printing the blank page. Here is my Section expert details Report Header (Ticked - Free-form [greyed], New Page After [Greyed]) Report Header a (ticked - Free-form, Suppress, Keep together) Report Header b (Ticked - Free-form Placement

How to Print from ASP.NET CrystalReport on client side printer

╄→尐↘猪︶ㄣ 提交于 2019-12-19 12:02:05
问题 How do I print report from CrystalReport (ASP.NET) on a client side printer. 回答1: You have two options: Set the PrintMode to ActiveX or PDF, and leave the Crystal report viewer toolbar to handle it. Create a pdf in an iFrame, and trigger the print command with JavaScript. To simplify what the users had to install on each client I went with the hidden pdf option and a separate button to print to client. On the aspx page I have an asp literal that I populate with the pdf embeded object at 1px x

Can I make a two column Crystal Report?

穿精又带淫゛_ 提交于 2019-12-18 18:35:30
问题 I have a report that has one detail row for every day of the month. I would like to present the info with days 1 to 15 in one 'group column' on the left, and the other days on the right. Each of these 'group columns' would contain four information columns. I can do this manually by splitting the report DB query columns, but I'm really hoping there is a more elegant way. 回答1: Open the details section in the section expert check the check box "Format With Multiple Columns" (and in the Common

Crystal Report page height runtime setup

夙愿已清 提交于 2019-12-18 09:31:17
问题 I want to create a report for "Order print" and this report will be printed on a roll printer, this mean that the page height of the report depends on the number of rows which are created dynamically. Width of the page is 8 c.m. and height should be based on number of rows in detail. Sometimes report print area is 5c.m. sometimes it is 20 c.m. or any other measurement. I want to know how to configure the "Page Setup" to change the height of the crystal report dynamically. Please help to solve

Creating Income Statement Design in Crystal Report

随声附和 提交于 2019-12-13 08:37:06
问题 I have table of accounts. Note: If Ctrl is 1, it can control another accounts and I also have table of transactions All I want is to display this in crystal report that will look like this: I try to create this but everytime I put TOTAL(Title 1, Title 1-2, Title 1-3) it always appear after the Account Title 回答1: Actually I feel you have complicated the report design.. You can do it without sub report aswell. Try below approach. This solution works assuming you have linked the two tables in

Formula won't display when certain fields are null

若如初见. 提交于 2019-12-13 06:40:05
问题 Similar to my first question. I want to show my address in a text box containing the fields as follows {Company} {AddLine1} {AddLine2} {ZIP}{State}{City} {Country} The line that concerns me (and hopefully some of you guys) is {ZIP} {City} {State}. What I want to produce is a consistent addressing format, so that there will be no blank space or indentation even if a ZIP, City or State field has been left blank in the DB. This line should still line up with the rest of the rows and not be

How to generate a Crystal Report from a list of parameters

人盡茶涼 提交于 2019-12-13 04:48:16
问题 My requirement is to generate a employee details report of multiple employees.Parameters for query will be employee number and a date range. This is the record selection formula i'm using {EMP_LEAVE_REPORT_VIEW.LEAVE_START_DATE} in {?sDate} to {?eDate} and ( Stringvar Array strings := Split({?empNoList}, "_"); Numbervar Array numbers; Redim numbers[Ubound(strings)]; Numbervar i; for i := 1 to Ubound(strings) do ( numbers[i] := ToNumber(strings[i]); if {EMP_LEAVE_REPORT_VIEW.EMP_NO} = numbers

How do I in Crystal Report sum data on a column where id is some number

Deadly 提交于 2019-12-13 04:06:33
问题 I am new to Crystal Reports and have been trying to figure this out for a while. I am running Crystal Reports XI. Please Help. The data: john respMonitor 5 abe case mgmt 4 Cy test1 4 Claire respMonitor 5 Moe test3 2 Bob case mgmt 8 Lynn respMonitor 4 Rick test2 33 Ray test1 31 Al test1 24 etc. I want to create the following data: group cost sumOfTests1_3 124.0 <====== want a sum of tests only respMonitor 5.0 caseMgmt 7.0 respMonitor 3 respMonitor 2 caseMgmt 4 etc. So I want to be able to only