Skip to main content

ReportViewerSettings.ImagesEmbeddingMode Property

Specifies the mode of embedding images inside a report viewer on the client, to enable cross-browser compatibility in different environments.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImagesEmbeddingMode ImagesEmbeddingMode { get; set; }

Property Value

Type Description
ImagesEmbeddingMode

An ImagesEmbeddingMode enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImagesEmbeddingMode
ReportViewerExtension
.Settings .ImagesEmbeddingMode
See Also