English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-04-13 09:58:22 · 1 answers · asked by Gurjeet s 1 in Computers & Internet Programming & Design

1 answers

There are several methods to call Crystal Reports in Visual Basic. Here is one:

Open Visual Basic, Add 1 Component Crystal Report Control. And add this control to a form.

ON the Button Click Event Write.

CrystalReports1.ReportFilename="C:\Folder\Report1.rpt"
CrystalReports1.Action=1

CrystalReports1 is an Object Name on the form, and you can set properties of this Object Maximize and so on.


To install Crystal Reports, run Crystl32.exe. The location of Crystl32.exe depends on which version of Visual Basic or Visual Studio you own. In all cases, it is in the following relative path:
\Common\Tools\VB\CrysRept\Crystl32.exe

2007-04-13 10:23:04 · answer #1 · answered by Anonymous · 0 0

fedest.com, questions and answers