•How to access crystal reports through PHP code?
Answer / 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 |
Is php procedural or oop?
How to access a specific character in a string?
Are objects passed by value or by reference?
what are the differences between php and perl
Tell me what is the use of isset() in php?
What is composer json?
Do you know what is php?
How do you use an array in excel?
What is difference between ksort() and usort() functions.
How to terminate the execution of a script in PHP?
What is the role of php?
List some array functions in php?