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 August 20th, 2004, 08:30 AM
Registered User
 
Join Date: Aug 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi,

 I am facing same problem here i tried all the possibilites but no solution.

My problem is
i have a crystal report.net without parameter
'----------------------------------------------------------------
CrystalReportViewer1.ReportSource = New testreportcourse()
CrystalReportViewer1.DisplayToolbar = False
'---------------------------------------------------------------

this works fine when the resultant record is one page only.
If the result is more than one page i get logon failed error accurs.

can anyone plzzz help me out.



 
Old February 4th, 2005, 10:18 AM
Registered User
 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to plouk40
Default

Hi!

Can someone help me please?

Im using ASP.NET and VB.NET and i try to print a crystal report using the crystal report viewer.

Here is my code :
-------------------------------------------------------------------
Dim custReport As New comparatifhoursrep

If Not (IsPostBack) Then
  custReport.SetParameterValue("CustomerName", "A Lacroix")
  custReport.SetParameterValue("ProjectName", "projet2")
End If
CrystalReportViewer1.ReportSource = custReport
-----------------------------------------------------------------

In the web page i display the toolbar but when i click on the print button, the page refreshes itself, so my report becomes blank. I can print it but its a blank report.

I tried to send the parameter again but i got and error or printing and i cant print my report.

Please help me!!!

 
Old August 2nd, 2006, 01:49 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Be sure that you have EnableViewState set to "true"
 
Old August 4th, 2006, 03:19 AM
Registered User
 
Join Date: Aug 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Why is each reply delayed for nearly one year?

Smile Boy!!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Paging in CrystalReportViewer rakeshvc Crystal Reports 1 May 19th, 2014 06:18 AM
CrystalReportViewer : page size problem kriangsak Crystal Reports 0 December 20th, 2005 02:52 AM
crystalreportviewer and paging vinki General .NET 0 December 10th, 2004 08:33 PM
crystalreportviewer and paging vinki Crystal Reports 0 December 10th, 2004 08:32 PM
CrystalReportViewer more than one printing problem rajatgupta Crystal Reports 0 September 27th, 2004 09:35 AM





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