Gets or sets a value indicating whether to embed images in the HTML or copy them in a specified directory.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
C# Copy Code |
---|
public bool EmbedImages { get; set; } |
Visual Basic Copy Code |
---|
Public Property EmbedImages As Boolean |
true, to embed the report images in the resulting HTML file; false, to copy the images to the folder specified through the ImageFolder property. The default is true.
This property is ignored when exporting directly to a StringBuilder. In this case, the images are always embedded in the resulting HTML.
Note |
---|
Not all browsers can handle embedded images. Make sure the target browser supports them when using the EmbedImages property. |