CachedReportSourceBase.AllowSingleFileExport Property
Indicates whether to generate information required for a single-file export.
Namespace: DevExpress.XtraPrinting.Caching
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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