Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 10th, 2006, 09:27 AM
Registered User
 
Join Date: Sep 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Crystal Report problem

I have 2 problems.
1. VS2005 and Crystal report is slower than VS2003 and Crystal
In my web application when the users select the crystal report, it shows the report parameters. User could enter the parameters and click on the display button to run the report. My problem is when I run the same report through Crystal Reports XI, it takes only 30 seconds to run, but my Visual Studio 2005 application takes close to 70 seconds to run the report. I wrote the same application using Visual Studio 2003 and it takes only 30 seconds for the report. I am not sure why VS2005 is taking a much longer time to run the report.
If any one have any suggessions, please let me know.

2. When I display parameters for a report it works well only with a single report. When there is a sub report involved, my code display all sub report parameters. Even the ones that I do not prompt to the user (ones that's been used to link the main report with the sub report). I want to get only the prompted parameters to the user.
Following is my code.
Dim myParameterFieldDefinitions As ParameterFieldDefinitions = myReportDocument.DataDefinition.ParameterFields

For i = 0 To myParameterFieldDefinitions.Count - 1
   Response.Write myParameterFieldDefinitions(i).Name
Next

If you know the answer for any of the above problems please let me know.
Any help is greatly appreciated.

donsls





Similar Threads
Thread Thread Starter Forum Replies Last Post
C# Crystal Report Problem abhijeetballal C# 1 September 10th, 2013 02:18 AM
Problem In Crystal report baludotnet Crystal Reports 1 December 21st, 2006 03:04 AM
Problem with Crystal Report prankur ASP.NET 1.0 and 1.1 Professional 0 January 7th, 2006 03:45 AM
Crystal Report Problem harland Crystal Reports 0 November 19th, 2004 02:09 AM
Problem in crystal report Chatanya Crystal Reports 1 October 7th, 2004 03:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.