|
 |
crystal_reports thread: How can I call crystal report from vb Without CRYSTAL REPORT SOFTWARE
Message #1 by "Kashif Mehmood Ali" <kashif_comp@h...> on Fri, 21 Jun 2002 13:42:11
|
|
Hi All,
I have develop an application in visual basic ,and for Reporting I
have used the CRYSTAL REPORT SOFTWARE.Actuall I want to ask, Can I deploy
this application to a machine where the crystel report is not present(I
mean crystal Report software is not installed there).Can I Use the crystal
reports in a vb application with out the instalation of the crystal report
or not .If yes then Please guide me how can I do this.
from
kashif
Message #2 by "-ÌèwéÍ̬" <lewell@y...> on Fri, 21 Jun 2002 17:53:52 -0700 (PDT)
|
|
you can use reports created in crystal by adding a
line in your codes
CrystalReport1.ReportFileName = App.Path &
"\reportName.rpt"
CrystalReport1.PrinReport
lewell
--- Kashif Mehmood Ali <kashif_comp@h...>
wrote:
> Hi All,
> I have develop an application in visual basic
> ,and for Reporting I
> have used the CRYSTAL REPORT SOFTWARE.Actuall I want
> to ask, Can I deploy
> this application to a machine where the crystel
> report is not present(I
> mean crystal Report software is not installed
> there).Can I Use the crystal
> reports in a vb application with out the instalation
> of the crystal report
> or not .If yes then Please guide me how can I do
> this.
>
> from
> kashif
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Message #3 by muazzam latif <muazzaml@y...> on Sat, 22 Jun 2002 01:32:11 -0700 (PDT)
|
|
Hi Kashif
Yes dear u can do that
when u deploying ur project also add the .Exe file in
it then u do not need to install reports on the
machine.
Got it if there is still problem do write i will try
to sort it out.
Muazzam Latif
--- Kashif Mehmood Ali <kashif_comp@h...>
wrote:
> Hi All,
> I have develop an application in visual basic
> ,and for Reporting I
> have used the CRYSTAL REPORT SOFTWARE.Actuall I want
> to ask, Can I deploy
> this application to a machine where the crystel
> report is not present(I
> mean crystal Report software is not installed
> there).Can I Use the crystal
> reports in a vb application with out the instalation
> of the crystal report
> or not .If yes then Please guide me how can I do
> this.
>
> from
> kashif
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
|
 |