ASP.net Web report not displaying report
I am currently reviewing the functionality of the demo within my companies code base and have ran up against an issue in that I have a report that I save to a database as a binary stream
I can reload this within the normal report viewer without any problems but it just comes up blank when I try to load it in the web report I've tried a few things but no differences.
The demos all use reportfile property which of course I don't want to use?
I can reload this within the normal report viewer without any problems but it just comes up blank when I try to load it in the web report I've tried a few things but no differences.
The demos all use reportfile property which of course I don't want to use?
Comments
<handlers>
<add name="FastReportHandler" path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
</handlers>
I can see the diagnostic info if I load up the axd page .
I can see the toolbar etc and I can see it attempting to load it just doesn't display anything , sql connection is embedded in the frx file.
Cheers!