Back to Devexpress

CachedReportSourceBase.Storage Property

corelibraries-devexpress-dot-xtraprinting-dot-caching-dot-cachedreportsourcebase-a8a6f060.md

latest2.0 KB
Original Source

CachedReportSourceBase.Storage Property

Specifies a storage for the document generated from the CachedReportSourceBase.Report.

Namespace : DevExpress.XtraPrinting.Caching

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(null)]
public DocumentStorage Storage { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Storage As DocumentStorage

Property Value

TypeDefaultDescription
DocumentStoragenull

The DocumentStorage class’ descendant used to store a generated document in a certain place (e.g. a file system or database).

|

Remarks

You can use one of the following predefined document storages:

You can also implement a custom document storage by inheriting from the DocumentStorage class.

See Also

CachedReportSourceBase Class

CachedReportSourceBase Members

DevExpress.XtraPrinting.Caching Namespace