I have an issue with the use of interactive sorts on a table that has a field with a drill through to a different report.
When the report is unsorted it opens up the link to the new report as expected, however when interactive sort is applied the drill through report opens up on the parent report and the page loads a warning error
"can't execute code from freed script"
Has anyone seen this?
Ify
Conchango
Hello,
I have the same problem :
ASPX page + Report Viewer + Report with DrillDown and Jump to URL.
If the ReportViewer property AsyncRendering is set to true, after drilldown i have this message in IE (6) :
"can't execute code from freed script"
The problem is on this line (Reserved.Reportviewer.xad) :
function OnReportFrameLoaded()
{
this.m_reportLoaded = true;
this.ShowWaitFrame(false);
if (this.IsAsync && this.m_reportObject != null)
this.m_reportObject.OnFrameVisible();
If the ReportViewer property AsyncRendering is set to false, i don't have the problem (but my report is not "usable")
I don't know if it's an IE problem or a ReportViewer problem ?
Frederic
|||I am also having the same error. Any help will be appreciated.
thanks,
Mini
No comments:
Post a Comment