Using SetDatabaseLogon()
I am now working on existing application that uses Crystal Reports. I have no prior exposure to Crystal Reports.For database connection SetDatabaseLogon(username, password, servername, database) is...
View ArticleBreak a large text field at page break
I have a Crystal Report which is populated by a sql server stored procedure. Out of the 12 fields, two contain out put of VARCHAR(MAX) fields of SQL Server tables. These fields are placed in separate...
View ArticleIntegrating Crystal Reports with Visual Studio 2013 Express
I am using the free edition, VS 2013 express. What is the best Crystal Reports version that is integrable with Visual Studio 2013 express for web?What is the exact requirement needed to make the...
View ArticleCrystal Report is not showing updated records in C#?
Hi i created a crystal report. When I call the crystal report from C#.net, It's not showing the updated records instead it shows only the old records, when i manually refresh the report is shows the...
View ArticleHow can I install the Crystal Reports into Visual Studio 2013 Express for Web
I am using VS 2013 express for Web.I want to have the Crystal Report object listed along other objects (Web Form, Class, Master Page, Style Sheet, Browse File,...) when I go Add -> New item ->...
View ArticleHow to add crystal report in visual studio
HELLO, Friends i want to add crystal report in visual studio...please tell how to add crystal report step by step...please help me friends..
View ArticleVisual Studio 2012 Crystal Report not working on Web server
Hello,I have created a crystal report in VS2012. it is working properly on local but when i host site on live server then it gives below error.Could not load file or assembly 'CrystalDecisions.Web,...
View ArticleCrystal Report displaying blank in web server
Hi all,Crystal Reports are appearing correctly in the development environment , getting blank page after application hosted at webserver. Instead of displaying report blank page appearing.I tried alot...
View ArticleExporting Crystal Report to excel I am getting memory out of exception error.
Hi,<div class="WordSection1">When I try to export my crystal report to excel I am getting memory out of exception error.My data here has 52k rows and 5 columns. When the data is huge I face this...
View ArticleLoad report failed on web server
Hello,We started to have a weird problem about a week ago. Suddenly about once a day all Crystal reports on the web server stop loading ("Load report failed."). All of them at once (we have around...
View ArticleCrystal Report with MySql
Hi All,I am using VS 2008 with MySQL. I have a database in MySQL. I want to pass Student Roll Number and according to that Roll Number I want to display report which should be Printable.How to do...
View ArticlePrint Crystal Report on Server from ASP.NET Web Service
HiCan I print a Crystal Report from a Web Service to the local default printer (on the Server, not the client) without displaying the printer selection dialog (or any dialogs)? Can I even print on the...
View ArticleWhen printing multiple pages in crystal report invalid index issue
Dear All,When I am going to print a crystal report with multiple pages following error occurredplease help on following issueError ~ AT ~ Invalid index. (Exception from HRESULT: 0x8002000B...
View ArticleCR Viewer Shows no report
Hello, We have migrated from Windows Server 2003 to 2012 R2 Essentials. We installed VS 2010 Ultimate in the server so my Development Server is also the Production Server. The thing is that when we...
View ArticlePage orientation
Hello, I'm having a problem while printing label on Monarch printer. My label: width: 4,5 cm height: 3,5 cm Page orientation for printer portrait - same as rpt file settings. The printer prints my...
View ArticleCannot see the second chart in second page in my report when i integrate with...
Hi,i have a crystal reportwith 4 groups in which i have sub reportswhen i execute from my crystal report designer i can see the whole reportbut, when i integrate with asp.net i cannot see the last 2...
View Articlehow to pass the parameters at runtime in crystal reports using c#
Hiwhen i run my report its prompting for input values , so to stop this i need to pass my parameters during runtime in C# how can i do this ,i have subreports inside Can Somebody suggest meThank you
View Articlehow to avoid the prompting of parameters
Hi below is my code i tried to pass the parameters in runtime,but i dnt know when i run still i get prompted for input.protected void Page_Load(object sender, EventArgs e) {DataSet ds = new DataSet();...
View ArticleHow to set the selection formula in crystal report in asp.net
Dear All,I have created a crystal report and created selection fields like this,and Now I am trying to set the selection formula in this given way but its showing errorSelectionFormula =...
View ArticleCrystal Report logon fails on webserver
Hi all, Since we upgrated from sqlserver2000 to sqlserver2005 my reports won't work anymore on the webserver. On my dev machine they work perfect. I use an OLE DB connection to the server, I already...
View Article