•How to access crystal reports through PHP code?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get best php developer Experience in Php with Sugar CRM / VTiger.

4135


Explain the installation of PHP on UNIX systems?

750


What is new keyword in php?

692


How do I expire a php session after 30 minutes?

742


What does mvc stand for and what does each component do?

720






I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?

697


What are the 3 types of sessions?

725


What is difference between echo and print_r in php?

675


How arrays are passed through arguments?

802


Which php framework is best for web development?

651


What are the different types of PHP arrays?

763


What is the default time of cookie in php?

682


What are php magic methods/functions?

722


How to remove the new line character from the end of a text line?

712


How to access a Static Member of a Class in PHP?

710