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

CachedReportSourceBase.AllowSingleFileExport Property

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

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

[DefaultValue(true)]
public bool AllowSingleFileExport { get; set; }

Property Value

Type Default Description
Boolean **true**

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