•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 is the sign to start variables in PHP?

0 Answers  


What does the array operator '===' means?

0 Answers  


What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?

1 Answers  


What is crypt () in php?

0 Answers  


Is php fully object oriented?

0 Answers  






Tell me how do you define a constant?

0 Answers  


How the values are ordered in an array?

0 Answers  


How to delete file in php?

0 Answers  


Which is better php or nodejs?

0 Answers  


How many types of inheritances used in php and how we achieve it.

0 Answers  


Which PHP function would you use to send an email?

0 Answers  


What is pdo classes?

0 Answers  


Categories