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

CachedReportSourceBase.CreateDocument() Method

Creates a document from the report specified by the CachedReportSourceBase.Report property, so it can be displayed, printed and exported.

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void CreateDocument()

Remarks

This is a synchronous version of the CachedReportSourceBase.CreateDocumentAsync method.

Implements

See Also