Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / October 2005

Tip: Looking for answers? Try searching our database.

Xcopy Crystal Reports 10 runtime without Merge-Modules

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tklapettek@aol.com - 28 Oct 2005 10:57 GMT
Hello, I want to deploy Crystal Reports 10 without using merge-modules.
I'm using Crystal Reports 10 developer edition. So I created a report
in CR10 and call in in .Net 2003 (see example below). It's an
application for our company, so I don't need a setup routine with all
overhead files in it. So, the questions are: Which files must be copied
? Do I have to register some of them ??? Do I have to do something with
the license key for the reports (like the CR-version which is included
in .Net 2003 ??
I searched the Internet, but I don't found anything what helps me. Does
somebody can help me ?? Thanks a lot.....

Dim CrReportDocument As
CrystalDecisions.CrystalReports.Engine.ReportDocument
Dim crDatabase As Database
'Create an instance of the strongly-typed report object
CrReportDocument = New
CrystalDecisions.CrystalReports.Engine.ReportDocument
CrReportDocument.FileName =
System.Windows.Forms.Application.StartupPath &
"\Reports\Kostendaten.rpt"

' Daten aus der tabelle in den DataAdapter lesen
ora_da = New OracleClient.OracleDataAdapter("SELECT JAHR, MONAT,
BETRAG, GUV_KONTO,ANLAGEKLASSE, BEZEICHNUNGSFELD, " & _ " NAME,
PRIMANOTA, REVERSIERUNG FROM XXMCL_KOSTENDATEN where Jahr = " &
Me.txt_ReportJahr.Text & " and Monat = " & Me.cmb_ReportMonat.Text &
str_Status, cn_RoleConnection)

ora_da.Fill(ora_ds, "XXMCL_KOSTENDATEN ")

'Pass the populated dataset to the report
CrReportDocument.SetDataSource(ora_ds)
CrystalReportViewer1.ReportSource = CrReportDocument
CrystalReportViewer1.Show()
Brian Bischof - 31 Oct 2005 06:35 GMT
I read a while back that someone had done this, but they didn't give any
details. I think it was pretty complicated b/c there are also registry
entries to need to make. The best idea I would have is to use one of those
programs that track everything done to your computer during an installation
(so it can be rolled back) and then look at its log file to see what changes
it tracked.

HTH,

Brian Bischof
www.CrystalReportsBook.com

> Hello, I want to deploy Crystal Reports 10 without using merge-modules.
> I'm using Crystal Reports 10 developer edition. So I created a report
[quoted text clipped - 30 lines]
> CrystalReportViewer1.ReportSource = CrReportDocument
> CrystalReportViewer1.Show()

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.