I'm trying to embed a grid into an existing report section with UltraWebGridDocumentExporter1.Export(this.UserGrid, section1). This always starts a new page with the grid at the top. Is there a way to have the grid continue in the section?
Thanks.