•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 do you create an array in php?
What are the difference between echo and print?
Tell me how is it possible to parse a configuration file?
What is lamp in php?
How do I end a php session?
What is form validation in php?
How to convert a character to an ascii value?
How do you check if a variable has not been set in php?
Does exist in php?
What is encapsulation in php with example?
What are php parameters?
Please explain is it possible to use com component in php?
How are variables declared in php?
What are php expressions?
How do you display the output directly to the browser?