Hi,
I created a Crystal Report page (version 13.0.2000.0, Visual Studio 2012) in Asp.Net . In page load the report is working fine but after postback with a button click
getting a message " Error :The report filename was empty." There is showing an exception inside the mark up as follows.
<!--
Inner Stack Trace:
Stack Trace:
at CrystalDecisions.ReportSource.ReportSourceFactory.CreateReportSource(Object objToBind, Object objEnterpriseLogon, Boolean isDesignMode, Boolean needHTTPCache)
at CrystalDecisions.Web.ReportAgentBase.set_ReportSource(Object value)
at CrystalDecisions.Web.ReportAgent.set_ReportSource(Object value)
at CrystalDecisions.Web.CrystalReportViewerBase.set_ReportSource(Object value)
at CrystalDecisions.Web.CrystalReportViewer.set_ReportSource(Object value)
at CrystalDecisions.Web.CrystalReportViewerBase.DataBind()
at CrystalDecisions.Web.CrystalReportViewerBase.AutoDataBindIfNeeded()
-->
Please help me to find solution
Thanks ,
Rahman