Hi all,
I am using the example code in ASP to get html report into my webpage.
set WebIOutput = WebIDocument.GetHTMLView(false)
Cell = WebIOutput.GetStringPart("html", False)
It works fine for most reports. But in case of one report I get only the first row of the report on the webpage. What could be the reason? (The report looks fine in InfoView!)
TIA,
Sheila
I am using the example code in ASP to get html report into my webpage.
set WebIOutput = WebIDocument.GetHTMLView(false)
Cell = WebIOutput.GetStringPart("html", False)
It works fine for most reports. But in case of one report I get only the first row of the report on the webpage. What could be the reason? (The report looks fine in InfoView!)
TIA,
Sheila