crystal-reports

Cannot load file or assembly 'crystal decisions.windows.forms,version=13.0.2000.0'

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-10 02:49:08
问题 I'm working on windows application. In this I designed Report module. I get error whenever I wanted to view report in Windows 7, Windows XP & Windows Vista, but it works in Windows 8. Following steps I took before deploying setup I installed .NET Framework 4 in Windows XP & .NET Framework 4.5 in Windows 7 I installed CRforVS_13_0_2 but its through error message like You must already have Visual Studio 2010 installed to proceed with this installation. and SAP Crystal Reports version for Visual

Crystal reports dynamic logo(image)

给你一囗甜甜゛ 提交于 2020-01-09 08:17:26
问题 i am using visual studio 2010 and trying to add a dynamic image into the crystal report, i dont want to use dataset, how could i assign a URL to the image, and just change the image with the same name (ex: c:\logo.jpg different image than the existing one but the same name) and the report read it. thanks for your replies 回答1: Before doing anything make new parameter (string) which will be presenting your URL of your image. Then insert picture in your Crystal Report (1)(choose some default

Crystal Reports error when deployed..Could not load file or assembly 'log4net

会有一股神秘感。 提交于 2020-01-09 06:18:30
问题 Please help. I have a web application that was built in VS2010 and we are using the CR plugin for 2010 and everything works perfect on our local machines. When we go to deploy the web application to Server 2008 the application runs fine until we try to get to a report. When we get to a report we receive... 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. We have

Crystal Report Data source from Datagridview datasource

不羁的心 提交于 2020-01-07 03:07:30
问题 Can anyone help me? I have a project in VB.NET and trying to show to my "CrystalReportViewer1" then I set datasource from this datagridview "MenuTambah.DGVTambah.DataSource". I create "CrystalReport1.rpt" in project (project > add new item> crystal report and named it "CrystalReport1.rpt") this is the code when my form load Private Sub LaporanViewer_Load(sender As Object, e As EventArgs) Handles MyBase.Load Dim crReportDocument As New CrystalReport1 crReportDocument.SetDataSource(MenuTambah

Crystal Report With Parameters In ASP.NET Using C#

本小妞迷上赌 提交于 2020-01-06 23:50:53
问题 I have designed Crystal Report in ASP.NET by following this link http://www.c-sharpcorner.com/UploadFile/009464/crystal-report-with-parameter-in-Asp-Net-using-C-Sharp/. I need to pass label values to Crystal Reports, example: When trying to click on button i'm getting this error: The types of the parameter field and parameter field current values are not compatible . Maybe i defined wrong parameters or something missed. This is my Crystal Reports with parameters: How to to pass parameters in

How to use CSS for formatting Crystal Report in Winform?

狂风中的少年 提交于 2020-01-06 23:43:11
问题 I am using VS 2008 for a Winform. I have crystal reports in the project which I would like to format with the help of CSS. Can anyone point me with the right tutorial to start this? 回答1: Crystal Reports for Visual Studio has limited HTML formatting. see This Forum Post (Google for more). I've been recently trying to make some formatting on my reports using HTML and saddly discovered that it doesn't even suport divs it is just for text formatting, and most CSS attributes are not supported. At

JSP support in Eclipse With Crystal Reports Plugin

放肆的年华 提交于 2020-01-06 18:06:18
问题 I want to generate a JSP file in eclipse helios-SR2-win32 (3.6) version. It should be as simple as right-clicking on the Web Content folder of the Crystal Reports Web Project and selecting New->JSP , but some how I dont have the option of JSP inside New . I also downloaded the "Eclipse IDE for Java EE Developers", because it could be one of the reasons for this error, but still nothing. Ideally it should be like:: I found this problem when I was finding the JSP editor, for which I downloaded

JSP support in Eclipse With Crystal Reports Plugin

こ雲淡風輕ζ 提交于 2020-01-06 18:05:26
问题 I want to generate a JSP file in eclipse helios-SR2-win32 (3.6) version. It should be as simple as right-clicking on the Web Content folder of the Crystal Reports Web Project and selecting New->JSP , but some how I dont have the option of JSP inside New . I also downloaded the "Eclipse IDE for Java EE Developers", because it could be one of the reasons for this error, but still nothing. Ideally it should be like:: I found this problem when I was finding the JSP editor, for which I downloaded

Limit of the size of lists for customer parameters in crystal

时光怂恿深爱的人放手 提交于 2020-01-06 16:19:24
问题 Customer list cannot be bigger than 1000 items in crystal report. Any way of getting round this with changing registry setting below ? To display more than the default 5 pages (or 1000 rows) add the following key to the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DatabaseOptions\LOV Then add the following String Value: MaxRowsetRecords Set MaxRowsetRecords to the desired value. As far as I can tell there is not a value that can be used to allow an

Display data in crystal report in column

左心房为你撑大大i 提交于 2020-01-06 15:42:41
问题 I want to display crystal report in column pattern. I have successfully retrieved the data from student table (with a stored procedure). but want to display in this pattern Student Name | Student Name First Student Name | Second Student Name ThirdStudent Name | FourthStudent Name please tell me how can i do this. 回答1: This can be done in a few steps, this will only work if you don't need to display other fields for each student. Step 1 - Sort the data by the name you want to show on two