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

PrintingSettings Members

Enables you to overcome possible issues related to document rendering after migrating to newer versions of XtraReports.

Properties

Name Description
AllowMapiModelessDialog static Enables you to display a non-modal Microsoft Outlook dialog before sending a report by email.
CacheImagesInDocumentStorage static Gets or sets whether to cache images in a document storage when a report document is generated.
EnablePageBreakForRollPaper static Obsolete. This API is obsolete now.
ParameterPanelResetMode static Obsolete. This property is obsolete (this member has become obsolete).
PassPdfDrawingExceptions static Enables you to prevent PDF drawing exceptions related to the GDI+ engine from being handled by the DevExpress export engine.
SupportRichTextInExcelExport static Obsolete. This property is obsolete (this member has become obsolete).
UseGdiPlusLineBreakAlgorithm static Specifies whether to use the GDI+ line break algorithm when a report is exported to PDF.
UseNewPdfExport static Obsolete. Enables you to avoid possible issues related to PDF export that you may encounter after upgrading to version 16.1.
UseRichTextFontSubstitution static Specifies whether or not to substitute missing fonts in the Rich Text when a report is exported to HTML.
VerticalContentSplittingNewBehavior static Enables you to make the Pivot Grid width equal to the page width when setting the XtraReport.VerticalContentSplitting property to VerticalContentSplitting.Smart.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also