Hi,
I have just installed crystal RAS on my machine. And tried out a simple asp to view my report from the web
<%
Set objectFactory = CreateObject("CrystalReports.ObjectFactory.2"
Set viewer = objectFactory.CreateObject("CrystalReports.CrystalReportViewer"
viewer.ReportSource = "c:\Program Files\Crystal Decisions\Report Application Server 9\Reports\World Sales Report.rpt"
viewer.ProcessHttpRequest Request,Response,Null
%>
Problem is that I cant view the icons of the buttons nor the pie chart.
regards
Sach
I have just installed crystal RAS on my machine. And tried out a simple asp to view my report from the web
<%
Set objectFactory = CreateObject("CrystalReports.ObjectFactory.2"
Set viewer = objectFactory.CreateObject("CrystalReports.CrystalReportViewer"
viewer.ReportSource = "c:\Program Files\Crystal Decisions\Report Application Server 9\Reports\World Sales Report.rpt"
viewer.ProcessHttpRequest Request,Response,Null
%>
Problem is that I cant view the icons of the buttons nor the pie chart.
regards
Sach