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

CachedReportSourceBase.Storage Property

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

Namespace: DevExpress.XtraPrinting.Caching

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DefaultValue(null)]
public DocumentStorage Storage { get; set; }

Property Value

Type Default Description
DocumentStorage *null*

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