Skip to main content

CachedReportSourceBase.AllowSingleFileExport Property

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

Namespace: DevExpress.XtraPrinting.Caching

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool AllowSingleFileExport { get; set; }

Property Value

Type Description
Boolean

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