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
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