Skip to main content

ReportViewer.ImagesEmbeddingMode Property

Specifies the mode for embedding images in ASP.NET controls to support displaying images in different web browsers.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(ImagesEmbeddingMode.Url)]
[SRCategory(ReportStringId.CatBehavior)]
public ImagesEmbeddingMode ImagesEmbeddingMode { get; set; }

Property Value

Type Default Description
ImagesEmbeddingMode Url

An ImagesEmbeddingMode enumeration value.

See Also