Skip to main content
A newer version of this page is available. .

XtraReport.CreateDocument Method

Name Parameters Description
CreateDocument() none Creates a document from the XtraReport object, so it can be displayed or printed.
CreateDocument(Boolean) buildForInstantPreview Creates a document from the XtraReport object, so the report can be displayed or printed. Optionally, the document pages can be generated progressively and accessed as soon as they are created. Document creation is always synchronous and does not occur in a background thread.