Back to Devexpress

CachedReportSourceBase.CreateDocument() Method

corelibraries-devexpress-dot-xtraprinting-dot-caching-dot-cachedreportsourcebase-9a7a1d45.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public void CreateDocument()
vb
Public Sub CreateDocument

Remarks

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

Implements

CreateDocument()

See Also

CachedReportSourceBase Class

CachedReportSourceBase Members

DevExpress.XtraPrinting.Caching Namespace