•How to access crystal reports through PHP code?



•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

Post New Answer

More PHP Interview Questions

what is array_search() in php?

2 Answers  


What is csrf validation?

0 Answers  


What is mean by RSS?How can i use this?

1 Answers   TCS,


How do you create an array in php?

0 Answers  


What is the difference between file_get_contents() and file_put_contents() in php?

0 Answers  


How can we determine whether a php variable is an instantiated object of a certain class?

0 Answers  


What is $globals php?

0 Answers  


How can I add text to an image?

1 Answers   IPSR Solutions, Rushmore Consultancy,


Can we run php on tomcat server?

0 Answers  


What is the difference between explode and split?

0 Answers  


write a program to print [123] [456] [789] note : braces also need to be printed

2 Answers   Net Solution,


How do I sort numbers in php?

0 Answers  


Categories