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

IPrintable Members

In This Article
Defines methods to print different controls using the XtraPrinting Library.

#Properties
Show Inherited Hide Inherited

Name Description
CreatesIntersectedBricks Inherited from IBasePrintable.
PropertyEditorControl If implemented by a class, returns a form which allows a user to set printing properties when implemented by a class.

#Methods
Show Inherited Hide Inherited

Name Description
AcceptChanges() If implemented by a class, applies all changes made by the Property editor when implemented by a class.
CreateArea(String, BrickGraphics) When implemented by a class, creates report elements (bricks) for a specific area. Inherited from IBasePrintable.
Finalize(PrintingSystemBase, LinkBase) If implemented by a class, finalizes the printing of the report. Inherited from IBasePrintable.
HasPropertyEditor() If implemented by a class, determines whether the class provides the Property editor form.
Initialize(PrintingSystemBase, LinkBase) When implemented by a class, initializes a control for report creation. Inherited from IBasePrintable.
RejectChanges() If implemented by a class, cancels changes made by a user in the Property editor when implemented by a class.
ShowHelp() If implemented by a class, invokes the help system for the Property editor when implemented by a class.
SupportsHelp() If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class.
See Also