CachedReportSourceBase.Storage Property
In This Article
Specifies a storage for the document generated from the CachedReportSourceBase.Report.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(null)]
public DocumentStorage Storage { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Document |
null | The Document |
#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