I design a crystal report and I insert a OLE Object as a picture(log image).
In my local PC,it works fine ,it shows the picture
but when i deploy it on iis ,it will not show picture in
browser.
Somebody can tell how to solve it? thanks
Related
When I connect to a Jasper Server via iReport Designer and choose a report from it I can see a report template but when I click preview I can't see the data of report. Besides that when I go to Jasper Server web page and choose the same report I can see the data without any troubles. Could please explain me why it happens and how I can resolve this issue? Thank you in advance!
Right click on the Report in the Repository Navigator and then click Run JasperSever Report. This will execute the report on the Jasperserver and present you the result.
I have this report which uses a tablix and on one of the rows I have a subreport.
Now in development preview everything works as expected. On the server instance online page it works flawlessly.
When I get this report via my web application and send it (.pdf) to a user the subreport doesn't render. Any ideea why?
Exact error is: Data retrieval failed for the subreport, 'Subreport12', located at: *. Please check the log files for more information.
there is nothing in the log files to help me.
With the web-app it is not able to find the path of subreport. Instead of relative path give the absolute path in the report design.
I have a web application that uses Crystal Reports 12 to view reports. Reports view successfully, but when I try to export the report to any format (PDF, Excel, etc.), the export button does nothing.
When I copy the report url and enter it in the browser I get a JavaScript error object expected in allinone.js.
Although you did not provide any code, Crystal reports has gotten issues in exporting reports. So I personally recommend getting the latest version.
My report is written in Crystal Reports for VS 2010 using c#.net. Its using the CR web viewer.
It displays everything correctly in VS and whilst testing it on IIS7 (locally) using the web viewer.
When I print or export the report (from the web viewer) all the 'fixed' fields (labels, text fields, images etc.) are printed but all the 'data' fields are not printed, just blank.
Have I missed a setting somewhere that allows the data in the report to persist?
Sounds like you might need to select Save Data with Report, which is on the File menu in Report Designer.
Looks like the reportdocument wasn't being saved to the session and restored correctly on a postback event. Modified a few bits and pieces and now its working like a charm.
I've a crystal report that I'm trying to get a dynamic image displayed. This is the CRBasic 2008 version that comes with VS 2008, so i can't use the method where we link out to the file, it has to come from the data source.
I'm pushing a strongly typed dataset to the report, which contains a byte[] field. This dataset is being populated correctly and the BLOB data in the DB is actually an image (verified it by getting it to display in a picture box in a windows form).
I've a BLOBField dragged onto my crystal design surface, but when I view the report, nothing gets displayed. Anybody have any idea why this might be happening?
Seems to have been a mismatch between the built dataset and what crystal was expecting. Surprised there was no error, but there you go..