I would like to make a VB DLL and use the standard edition of Crystal Report. Access a DB, export reports to either PDF or HTML, save exported reports to directory. More importantly I need to be able to call this DLL from ASP served from a Win2K/IIS5.0 server. Is this possible with the standard edition?
Something like:
<%
dim rpt
rpt = Server.CreateObject("Crystal.VBDLL"
rpt.ReportName = "reportname"
rpt.MakeReport
%>
Thanks
Something like:
<%
dim rpt
rpt = Server.CreateObject("Crystal.VBDLL"
rpt.ReportName = "reportname"
rpt.MakeReport
%>
Thanks