Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void CreateDocument()

Remarks

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

Implements

See Also