CachedReportSourceBase.CreateDocument() Method
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Remarks
This is a synchronous version of the CachedReportSourceBase.CreateDocumentAsync method.
#Implements
See Also