I'm trying to create a Single Page report that will return the rendered html to a variable (so it can be returned to a calling function). I know when I call $foo = $report->run()->render("viewfilename", TRUE), it will return the html to the variable. Is this possible with Single Page?