Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

crystal reports 1

Status
Not open for further replies.

BlackDice

Programmer
Mar 1, 2004
257
US
I'm new to VC .Net and have added a Crystal reports object to my project and now I don't have any idea how to display it. I read on my MSDN that it only creates the classes to go with the report if you're using VB.Net or C#, but in VC you have to do it programmatically. Does anyone have any idea how to do this?

bdiamond
 
learn ActiveX

Ion Filipski
1c.bmp
 
With .NET is easy to use Crystal Reports!
1. Use Crystal Reports tool to design your report e.g. create a .rpt file which encapsulates the report layout, parameters, SQL selection, formulas etc...
2. In your project add CrystalReportViewer control on a form and in the Properties->ReportSource use Browse to locate the .rpt file which will be used at run time to run the report.
Use CrystalReportViewer properties to show the Print button, Export button etc...
-obislavu-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top