crystal-reports

Crystal Reports on Standard Web Site (Windows Azure)

二次信任 提交于 2021-01-28 19:44:26
问题 I'm testing Windows Azure and I uploaded a Web Site that uses Crystal Reports. I'm using the Standard Web Site plan. Is it possible to use Crystal Reports on that plan? I found some answers but all of them were related to VPN or Cloud services. Thank you in advance. 回答1: Short answer is Yes. Long answer is: You need to make sure that a Crystal runtime installer gets included in your web project. You need to create a command that will run the Crystal runtime installer every time an instance

Memory full error when exporting crystal report to pdf

天大地大妈咪最大 提交于 2021-01-28 12:14:56
问题 we have a legacy application written in visual basic 6.0. This application first saves the rendered crystal report into a directory as a pdf document. Then we take that document and store in database as a blob. Following is a snippet of the code. When the application has to render reports for say 1000 employees, it runs half-way through and throws "Memory full" error on ".Export false" line. If I hit play button after it throws the exception, it works fine. But, someone has to watch for it

Write a custom query in Crystal Report by visual studio c#

此生再无相见时 提交于 2021-01-28 11:28:41
问题 I am new with Crystal report for c# I want to create a Crystal report that takes values from 3 MySQL tables but I want to write my custom query because when I select tables in visual studio it shows a query that doesn't meet what I expected. I tested query on localhost phpMyAdmin and it worked. note 1: I am using visual studio 2019 and installed Crystal report SP26 note 2: when visual studio wrote the query it added "1" to the table name like boq_table make it boq_table1. code below

Crystal reports - connection to JDBC failed

ⅰ亾dé卋堺 提交于 2021-01-28 08:21:29
问题 I am trying to make a connection to JDBC(JNDI) in Crystal Reports and I get the following error : Invalid Argument provided. Details: Java Server startup failure. Please verify the PATH (JDK), CLASSPATH and IORFileLocation properties in the CRConfig.xml file. In addition, please verify you are using JDK 1.4. I am using the connector : mysql-connector-java-5.1.6-bin.jar, jDK 1.6. Thank you! 回答1: I finally found the problem! The directory associated to IORFileLocation (which is C:\Windows\temp

CS0433: The type 'CrystalDecisions.Web.CrystalReportViewer' exists in both

守給你的承諾、 提交于 2021-01-28 02:00:36
问题 I am getting the following error while running crystal report CS0433: The type 'CrystalDecisions.Web.CrystalReportViewer' exists in both 'c:\windows\assembly\GAC_MSIL\CrystalDecisions.Web\10.5.3700.0__692fbea5521e1304\CrystalDecisions.Web.dll' and 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\f8ac550c\d919c1f5\assembly\dl3\21892670\002d6cd3_f2bfc501\CrystalDecisions.Web.DLL I am getting the above error after converting from framework 2.0 to 3.5. If I am creating

right to left multi-column in crystal report

一笑奈何 提交于 2021-01-27 20:27:05
问题 in crystal report we can implementing left to right multi-column by default but i need change direction of multi-column report to RTL, is there any solution for that? many thanks. 回答1: I don't believe it's possible using standard functionality- but how about this for a workaround: Let us imagine we currently have a single detail row a. Create a new detail row b. Move the fields on detail row a to the right hand side. Copy the fields to detail row b on the left hand side. Set detail section a

Show all parameter values

依然范特西╮ 提交于 2021-01-27 17:45:36
问题 My parameter field allows multiple values. How can I show all of these values at the top of the report? Currently it only shows one value at a time. 回答1: If your parameter is dynamic and takes the form of an array, you'll need to join the values together via a Formula: Join ({?Parameter},", ") 回答2: Activate the Can Grow property for that field. Put this field in a new section so it can easily grow based on your content. 来源: https://stackoverflow.com/questions/45890282/show-all-parameter

Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies

放肆的年华 提交于 2021-01-27 12:51:31
问题 I am getting this error since last 2 days in my Server where i had hosted application. I had already tried most of the scenario mentioned here. but not getting anything. Here is my stack trace - [FileNotFoundException: Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.] CrystalDecisions.Shared.SharedUtils..cctor() +0 [TypeInitializationException: The type