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. |
PassPdfDrawingExceptions static | Enables you to prevent PDF drawing exceptions related to the GDI+ engine from being handled by the DevExpress export engine. |
UseGdiPlusLineBreakAlgorithm static | Specifies whether to use the GDI+ line break algorithm when a report is exported to PDF. |
UseRichTextFontSubstitution static | Specifies whether or not to substitute missing fonts in the Rich Text when a report is exported to HTML. |
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