XtraReport.CreateDocument Method
Name | Parameters | Description |
---|---|---|
CreateDocument() | none | Creates a document from the report instance to display or print at a later time. |
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. |