all groups > sql server reporting services > august 2004 >
You're in the

sql server reporting services

group:

Error rendering report as HTML


Error rendering report as HTML dw
8/9/2004 11:25:03 AM
sql server reporting services: I am rendering a report as HTML4.0 via Web Services interface and the report
appears...but only the first page. I notice a small yellow error icon on the
bottom of the page and if I double-click it reads:
Line: 20
Error: 'Report' is undefined
Code: 0

If I view the page source, around line 20 is the following:
function OnLoadReport()
{
var pageHits = null;
var rep = new Report(1, 155, pageHits, false, docMapIds);
if (parent != self) parent.OnLoadReport(rep);
}

What gives? This report works if I render as PDF. What am I doing wrong?
Thanks
Re: Error rendering report as HTML Bob Hug
8/9/2004 3:30:08 PM
dw,

Take a look at the renderstream method: http://tinyurl.com/5q4qb

Bob

[quoted text, click to view]

AddThis Social Bookmark Button