Print Page | Close Window

Issue with crystal report (asp.net 2003)

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4511
Printed Date: 18 May 2024 at 9:46pm


Topic: Issue with crystal report (asp.net 2003)
Posted By: yasinirshad
Subject: Issue with crystal report (asp.net 2003)
Date Posted: 11 Oct 2008 at 12:01am

Hi,
I have some issues with crystal report in my web application (asp.net 2003) ....

In my web application, i have n no. of reports..say 10.. all work fine except 2 of them.

The issue with these 2 reports is that, though i can view them at run time, it displays incomplete data.

That is, when i load the report from my local drive, it shows incomplete data...using below code..

crReportDocument.Load(ables.strDocPathFolder + "\" + "ABC.rpt")

But when i add this report to my project and run application, it works fine..using below code:

Me.CrystalReportViewer1.ReportSource = Server.MapPath("ABC.rpt")

I want to load this report, and not to add it in my project..as this report can be changed anytime from outside.

Thanks to help.



-------------
Thanks,
Yasin.



Replies:
Posted By: BrianBischof
Date Posted: 13 Oct 2008 at 11:45am
That sounds really strange. I would think that something in the metadata isn't correct. Is it too much work to rebuild the report from scratch?

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>


Posted By: yasinirshad
Date Posted: 13 Oct 2008 at 11:07pm

Well...This report was not designed by me...and its a huge report..and will take a lot of time to re design..Any other way to resolve this issue without re designing?

Thanks !!!


-------------
Thanks,
Yasin.



Print Page | Close Window