ImagesEmbeddingMode Enum
Lists the available modes for embedding images in ASP.NET controls.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Members
Name | Description |
---|---|
Url
|
External images are requested by the client web browser one-by-one using their corresponding URL’s. |
Base64
|
Inline images are encoded using the “base64” scheme. |
Auto
|
The image embedding mode is determined automatically. |
Remarks
These modes are required to support displaying images in different web browsers.
See Also