crystal-reports

Connecting MySQL with Crystal Reports v10

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-17 21:16:15
问题 I am new to Crystal Reports v10 and I'm creating reports to embed in Visual Studio 2010 forms. The database server I'm using is MySQL. I have some issues regarding to creating new connection in crystal reports. Based on what I've read, I should select the ODBC in order for me to connect it to the MySQL. However, when I select ODBC and LocalServer and enter the username and password an error message occurred and shows Logon Failed . Am I doing it right? Is there anything you could help me

setup has detected that the file “” has changed since it was initially published

流过昼夜 提交于 2019-12-17 20:56:05
问题 I have developed a setup application for my project, wherein prerequisite software's will be downloaded from vendors website. Doing this i got crystal reports error when i try to install that application, saying setup has detected that the file "" has changed since it was initially published targeted framework of my application : .Net Framework 3.5 and Developed in Visual Studio 2010 please help me... 回答1: Definately a problem with the CRE. See the steps below: In the following folder, you

how to manage page size and margin in crystal report?

半城伤御伤魂 提交于 2019-12-17 20:51:18
问题 I am new to crystal reports and using crystal report with .Net (WinForm / Visual Studio 2010). I was thinking what would be the way to setup page size and top, bottom, left and right margins in report. I tried to look options but couldn't get it. Please guide me. 回答1: If you use Crystal Reports to design your report, Page size and Margins can be edited by Page Setup. Right Click on your report select Page Setup . You'll get a window as shown below. Here you can edit the page size and margins.

Crystal Report Datasource remap

梦想的初衷 提交于 2019-12-17 20:32:32
问题 I am working with Crystal Reports and MS SQL Server. I need to remap the crystal report to point to a different database on the same SQL Server. Is there an automated way of doing this, or do I have to remap for every single report? I am currently doing this by adding a new data connection, and then updating the stored procedure with the specified paramether to change database(catalog). Also, after remaping, the .asp that displays the report crashes like this: Active Server Pages, ASP 0115

Could not load file or assembly CrystalDecisions.ReportAppServer.ClientDoc

余生长醉 提交于 2019-12-17 19:57:31
问题 I've looked at similar questions on SO, but nothing quite matches my issue as far as I can tell. The exception message: Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. The file is in my GAC. I am developing on a 32 bit machine (Windows 7) running VS2010, everything is .NET4. The target hosting machine is 64-bit Win 2008 R2.

How to set database login infos (connection info) for crystal report?

徘徊边缘 提交于 2019-12-17 19:32:30
问题 I have an application (NOT MY Coding) which have a lot of crystal reports. the problem I'm facing is that every time i open a crystal report it asks for login username and password. after a little search i found that i have to set the connectioninfo for the report at run time and i found some solution but when i looked at the code of the application i didn't find it as i was expecting. the frmviewrpt (the form that has the crystal report viewer) have some thing like this: RptProBalance

What HTML tags are supported in Crystal Reports 2008

早过忘川 提交于 2019-12-17 18:30:02
问题 I know by right clicking some text fields in Crystal Reports you can tell Crystal to render that report as HTML (See screenshots below). I'm wondering what the possible tags available in those fields is and what CSS/styling capabilities there are. Thanks! Right click a field and select "Format Field" Click the Paragraph Tag and the Text Interpretation combo box. 回答1: I found this in a forum post. Not sure about it's validity, but it seems legit. It appears that Crystal Reports only supports a

Crystal Reports 13 And Asp.Net 3.5

浪子不回头ぞ 提交于 2019-12-17 17:32:10
问题 I'm developing a website using Asp.Net 3.5 in Visual Studio 2008 and we use Crystal Reports 10 (that's come together vs2008). Last Year, We migrate it to Visual Studio 2010 but we still use .Net 3.5 in our website. Vs2010 does not come with Crystal Reports, so we download Crystal 13 (for vs2010) from SAP business object and install in my develop machine (Sdk kit and runtime). It works fine, we changed the references in web.config from Crystal 10 to Crystal 13 and it's working in our develop

How can we pass a parameter from main report to subreport in crystal reports XI

大兔子大兔子 提交于 2019-12-17 10:56:31
问题 How can we pass a parameter from the main report to a subreport in Crystal Reports XI? I have a parameter in the main report. Now, I want to pass the same parameter to subreports. Please help me. 回答1: Right-click on the subreport object and choose Change SubReport Links, then select how the parameter is to be used by the subreport. 回答2: Using CodebyMoonlight's solution requires a relation between main report and subreport. If there is no relation between both of them, you can use Shared

How to stop crystal report viewer from asking login credentials when opening subreport

為{幸葍}努か 提交于 2019-12-17 07:52:10
问题 I currently have a crystal report embedded in a visual studio website. I deploy the website and install it on an IIS, and provide a link to the user so they can access globally and see this report. This system has been working great. However, when I embedded a crystal report that has a sub report, the credentials are not being passed to the sub-report automatically. When i debug the solution, the initial report opens fine, when I click the item to open the sub-report, crystal report viewer