•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 php framework does wordpress use?
How to calculate the length of a string?
Define anonymous classes in php7?
What is trait in php?
What is the name of the scripting engine that powers PHP?
What is the best php framework 2018?
How can we automatically escape incoming data?
What is the php function that removes the first element of the array and returns it?
What is echo in html?
What are advantages of .htaccess?
What is ci framework in php?
Is php still used?
Explain mysql_errno()?
How can we encrypt the password using php?
Which is used to maintain the value of a variable over different pages?