Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FReduceMemoryUse Variable

Specifies if the Printing System reduces memory consumption when it prints images.

#Declaration

Delphi
var FReduceMemoryUse: Boolean = False;

#Variable Value

Type Description
Boolean

If True, the Printing System reduces memory consumption; otherwise, it optimizes performance.

#Remarks

Value Description
False The Printing System caches images to improve performance for reports printed with multiple images.
True The Printing System calls the Dormant procedure for an image once it is rendered to decrease the number of image handles and reduce memory consumption. This setting may impact performance if a report contains multiple images.
See Also