Back to Devexpress

CachedReportSourceBase.AllowSingleFileExport Property

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

latest1.9 KB
Original Source

CachedReportSourceBase.AllowSingleFileExport Property

Indicates whether to generate information required for a single-file export.

Namespace : DevExpress.XtraPrinting.Caching

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(true)]
public bool AllowSingleFileExport { get; set; }
vb
<DefaultValue(True)>
Public Property AllowSingleFileExport As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to generate information required for a single-file export; false to prevent DocumentStorageLocation.ExportInfo generation.

|

Remarks

If you are not going to export the generated document in single-file mode, set this property to false to prevent DocumentStorageLocation.ExportInfo generation. This allows you to decrease memory consumption.

See Also

CachedReportSourceBase Class

CachedReportSourceBase Members

DevExpress.XtraPrinting.Caching Namespace