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

AzureCompatibility.Enable Property

Specifies whether or not the PDF export mode is Azure-compatible.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static bool Enable { get; set; }

Property Value

Type Description
Boolean

true if the PDF export is Azure-compatible; otherwise false.

Remarks

To use this property in your code, add a reference to the DevExpress.Data.v18.2.dll assembly to your project and import the DevExpress.Utils namespace by adding a using directive (Imports in Visual Basic).

Some of the DevExpress graphical report controls render their displayed content to the Windows Metafile format, which is not supported by Azure. For this reason, setting this option to true will make the following property values ignored so that the corresponding controls will be always rendered as bitmaps.

See Also