Parameter Problems
I have set up a parameter in Database expert called LocID with a default of 164This works CrystalReportSource1.ReportDocument.SetParameterValue("LocID", "164");When I want to change parameter...
View ArticleThe report you requested requires further information. Converted a VS 2008 to...
Hi AllI converted a ASP.net C# web application from VS2008 to VS2010 but when I trying and display a Crystal Report in a viewer I get a Message Box:-Enter ValuesThe report you requested requires...
View ArticleVS2010 & Crystal Reports on a AjaxToolKit.TabContainer in a MasterPage
Hi AllI have successful imported a ASP C# project from VS2008 to VS 2010My VS2008 project uses Crystal Reports 10.5.3700.0where my VS2010 project uses Crystal Reports 13.0.2000.0Both versions of...
View ArticleMissing Parameter Fields
Getting Missing Parameter Fields. any ideas would be helpful//////////////////// CodeReportDocument cryRpt = newReportDocument();cryRpt.Load(Server.MapPath("CR3.rpt")); ParameterFields parameterFields...
View ArticleCrystal Report in ASPNET Website
I have a aspnet 4.5 website with a ew reports made using CRforVS2012 13.0.9. The reports are working fine in the development environment (Widows 7 SP1, VS 2012, SQL Server 2008 R2). All reports work...
View ArticleAccess Denied when load a Crystal Report
Hi!First, an apologize for my english not is very good.my problem is a little strange, because is not recurrent only sometimes appear a error that said:"Access Denied, Load Report Failed"my code is...
View ArticleCrystal report query - Hiding Text Object in absence of its value and move...
I have created crystal report where the data fields are set in a single vertical column. See below linkhttp://intelnet.in/Report.aspxI want to hide Text object with blank or 0.00 value and move next...
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 ArticleCode to embedding DOC's dynamically in Crystal Reports
I was assigned a project which need to do the following jobs:1) Print cover letter in which display member name and address based on memberID in Member table (Done)2) Using the same memberID to embed a...
View ArticleCrystal Reports + IIS 7.5 Move -> Database logon failed
I'm sorry if this is the wrong section and should be in the IIS part, but I figured since the error only happens when running something made in Crystal that it might be the right spot.Any, we have been...
View Articlehow to resize the reportviewer so it fills the webform ?
how to resize the reportviewer so it fills the webform ?this its my aspx webform with the report viewer <div style="Width:auto;"> <form id="form1" runat="server" style="width:100%;...
View ArticleCrystal Report Without SQL CLI CLient
Hi,I need to ask that, is it possible that crystal report will work on server without SQL CLI CLIENT. Actually, In my project, I used Crystal Report 13 and it works fine when I am running that...
View ArticleCrystal Reports 13.0.2000.0 - Invalid report file path. - Windows 7 - Only...
Hi AllI have ported a vs2008 ASP.net project to vs2010 and my target .Net framework is 4When trying to view a report when the project is published I get a:-Server Error in '/***' Application. Invalid...
View ArticleMVC 4, Crystal Reports in Multi-project Solution
Hello all,I am wondering if anyone can help me, I am working in a multiple project solution where all my model classes lives in one project. In my web project I am trying to design a Crystal Reports...
View ArticleInvalid report file path. - Windows 7 Crystal Reports 13.0.2000.0
Hi AllI've got a very basic example on displaying a report in a ASP.net project using Visual Studio 2010To display the report I use the following code:- MyReport = new ReportDocument(); String...
View ArticleCrystal Reports error - Dim Report as New ReportDocument *** UPDATED ***
I am trying to build an app that converts a Crystal Report (.rpt) to PDF. The idea is to get the .rpt filename from Business Objects, load the report and then save it as PDF, but I am getting an error...
View ArticleHTML SUPPORT IN CRYSTAL REPORT
Hai.I had a field created from ajax editor (RICH TEXT EDITOR) . everything seems OK. but code generated for next line . IS Not supporting the code in CRYSTAL REPORT (Text interpretation = HTML)eg...
View ArticleNeed to convert static data to Upper case in Crystal report
Hi all,I have designed a crystal report, to generate a letter in Asp.net using Sap Crystal reports and i have used some static data.I want to convert static data to Upper case letters. How can i get...
View Articlegetting multiple records in crystal report
Hello, I am not able to get multiple records in crystal report from dataset. I am performing the following steps.1. created the stored procedure , that is getting multiple records from...
View ArticleCrystal Report Export To PDF Error : Operation not yet implemented
Hi,We are facing an issue while exporting Crystal Reports to PDF in Windows 2003 R2 Server. The Error Message is : Operation not yet implemented.We have gone through the following different solutions...
View Article