I have an Access database file in my server and I need to connect it to Crystal Reports in my C# program.
I run the same exe file on another computer, but it gives error. The application works on my pc, but does not work on user\'s pc.
I developed a web app that creates crystal reports with VS Crystal report version 13.0.2000.0. I tried publishing it and putting it in the wwwroot folder (IIS7). When I run it, it give me this error:
For the following error:开发者_如何学编程 Could not load file or assembly ‘file:///C:\\Program Files\\SAP BusinessObjects\\SAP BusinessObjects Enterprise XI 4.0\\win32_x86\\dotnet1\\crdb_adoplus.dl
The no of i开发者_如何转开发tems in my invoice never gets more than 10. When its only one item in invoice(one row in details section) the report footer shows very up.
I have a legacy database in which data is stored in a way similar to: id,a1,a2,a3,a4,a5...,a20,b1,b2,b3,b4,...,b20,c1,c2,c3,c4,...,c20
I am converting an ASP.Net app from VS 2003 to VS 2005 as a starting point.The app uses Crystal Reports and binds using ADO.Net to a strongly typed dataset (XSD).I had to change some of Crystal Code t
I m creating crystal report in C# by using local database. I have done all connections. When i run my application, datas r inserted in the table. But table Data is not binded in the Cryst开发者_StackO
I\'m getting some weird behavior with Crystal Reports (version distributed with Visual Studio 2008).I can view the report normally, but attempts to use ExportToDisk fail with the following exception:
As a requirement of the project, we need to draw a bar graph/chart on one of the reports and display another grid below it, with all the x-axis elements in the chart, similar to a legend but with addi