Looks like I can use ?init=html_page to extract the data I need!
From Lizard's Help Page
# Q. I just installed Crystal Enterprise and when I bring up my report in a browser it defaults to the DHTML. The DHTML browser has no print button on it, and I have to export to PDF. How do I change the default Report?
A. When viewing the reports in your browser use the init URL parameter. (i.e. http://myserver/myreport.rpt?init=actx) The different parameters will change the default viewer to what you want it to be.
The options are: actx (ActiveX), nav_plugin (Netscape Plug-in), java (Java using browser JVM), java_plugin (Java using Java Plug-In), html_page (standard HTML page), html_frame (DHTML with frames).