Crystal Reports Version 10 runtime files

N

Noel Justus

I just want to make sure that I can download the relevant files
and include them in my vb.net ide.

I can then use the standalone version of Crystal Reports 10 to create
reports and use VB as a front end to display them.

I will be creating a report from a stored procedure and then use code
similiar to this:

CrystalDecisions.CrystalReports.Engine.ReoportDocument.Load(ReportSource)

DataAdapter.Fill(DataTable)

CrystalDecisions.CrystalReports.Engine.ReoportDocument.SetDataSource(DataTable)

CrystalReportViewer..ReportSource=CrystalDecisions.CrystalReports.Engine.ReoportDocument



So I am assuming that the only thing I need to do is to set the
registration code and deploy the merge modules.

Please indicate if I am missing anything.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top