Back to Devexpress

XtraReport.CreateDocument Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-dot-createdocument.md

latest739 B
Original Source

XtraReport.CreateDocument Method

NameParametersDescription
CreateDocument()noneCreates a document from the report instance to display or print at a later time.
CreateDocument(Boolean)buildForInstantPreviewCreates 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.