•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
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Explain the installation of PHP on UNIX systems?
What is new keyword in php?
How do I expire a php session after 30 minutes?
What does mvc stand for and what does each component do?
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?
What are the 3 types of sessions?
What is difference between echo and print_r in php?
How arrays are passed through arguments?
Which php framework is best for web development?
What are the different types of PHP arrays?
What is the default time of cookie in php?
What are php magic methods/functions?
How to remove the new line character from the end of a text line?
How to access a Static Member of a Class in PHP?