•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 create an empty array in php?
Why is used in php?
How to create a public static method in PHP?
Which is the latest version of php?
What is orm in php framework?
What is the use of mysql_real_escape_string() function?
Tell me what is the actually used php version?
Which is a perfect example of runtime polymorphism?
Tell me what is mean by an associative array?
What is php compared to html?
How come the code works, but does not for two-dimensional array of mine?
What is php how it works?
What is the integer?
What websites use php?
What are php errors?