Print Page | Close Window

Crystal Reports.NET and Crystal Reports XI

Printed From: Crystal Reports Book
Category: General Information
Forum Name: Talk with the Author
Forum Discription: Ask Brian questions about his books and give him your comments. Like the book? Hate the book? Have suggestions? Let me know!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4858
Printed Date: 04 May 2025 at 8:30am


Topic: Crystal Reports.NET and Crystal Reports XI
Posted By: mdbriggs
Subject: Crystal Reports.NET and Crystal Reports XI
Date Posted: 23 Nov 2008 at 3:56am
What's the difference between CR XI and CR.NET?
 
If I have both which would be the wiser of the two choices to use for creating reports to be used within an application?
 
Is their any advantage of using one versuses the other?
 
Marlon



Replies:
Posted By: hilfy
Date Posted: 25 Nov 2008 at 8:34am
CR.NET is what comes with Visual Studio and CR XI is stand-alone although it will also integrate with VS 2003 or 2005 (NOT 2008!).  You can use either one to create reports that are used in an application.  The real difference is that when you use Crystal outside of VS you have a much richer and (to my mind) easier to use interface.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: gbalajimecse
Date Posted: 02 Dec 2008 at 8:58pm
 Sir i am working in vb.net app, i am new to crystal report,i would like to put the form controls value like textbox,combo box,listbox into the crystal report(not from database table) dynamically. so please help me and show the code   

-------------
BALAJI G


Posted By: hilfy
Date Posted: 03 Dec 2008 at 8:38am
You will use "parameters" in your report to do this.  Before you set the ReportSource of the viewer, you will set the parameter values based on what has been entered in the form.  Use the "SetParameterValue()" method of the report to set the values.
 
You can do a search here on the forums to find code for this if you need further assistance.
 
-Dell
(p.s. I'm a woman, so "Sir" doesn't quite fit! Smile)


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: sidewinder
Date Posted: 13 Apr 2009 at 8:45am
Originally posted by hilfy

... The real difference is that when you use Crystal outside of VS you have a much richer and (to my mind) easier to use interface.
 -Dell
 
I'm trying to deploy a report imbedded in a VB.NET application.  I'm just wondering if you can deploy the stand alone reports on a workstation without them having a CR "viewer"?  Might simplify things somewhat if I can.
 
Thanks


Posted By: hilfy
Date Posted: 13 Apr 2009 at 9:39am

If you want the user to be able to see the report, you have to have a viewer of some sort.

-Dell

-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: sidewinder
Date Posted: 14 Apr 2009 at 7:50am
Thanks for confirming that for me.



Print Page | Close Window