•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
What software is required for php?
Do you know what does $globals means?
What is str_replace()?
Is php coding easy?
What is a session in php?
Is php better than java?
Which is faster for or foreach php?
Explain which cryptographic extension provide generation and verification of digital signatures?
Explain the different types of errors in php.
How do you use end in python?
What is regex in html?
What is difference between put and post method in http?
Explain me is it possible to destroy a cookie?
What does sign mean php?
What are psrs? Choose 1 and briefly describe it?