•How to access crystal reports through PHP code?



•How to access crystal reports through PHP code?..

Answer / guest

We can access crystal reports in php using COM object.
e.g.
$domobj = new COM("crystalruntime.application");
$domobj->OpenReport("repname.rpt");

There are different ExportFormatType
//4 - RTF; 31 - PDF; 30 - xls; 36 - xls; 14 – doc

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

What are major variables in research?

0 Answers  


can we use PGP with PHP?

1 Answers  


How to differentiate isset and empty

6 Answers   A1 Technology, Dass Infotech, Microface,


What type of operation is needed when passing values through a form or an url?

0 Answers  


Does php need a closing tag?

0 Answers  






How to enable parsing?

0 Answers  


What is php artisan serve?

0 Answers  


Is it worth learning php in 2019?

0 Answers  


how will i set pagination ?

2 Answers  


What is Type hinting in PHP?

0 Answers  


How do you remove whitespace from the beginning and end of a $string variable?

0 Answers  


how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?

1 Answers  


Categories