Gets or sets the directory where the images referenced in the HTML should be copied.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
C# Copy Code |
---|
public string ImageFolder { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageFolder As String |
A string value specifying the directory where the report images should be copied. The default is an empty string.
This property is ignored when exporting directly to a StringBuilder. This property is also ignored when EmbedImages is set to true, indicating that the images are embedded directly in the resulting HTML.
Note |
---|
This property can contain an incomplete path. In this case, the path is interpreted as relative to the directory containing the resulting HTML. |
If the property value is an empty string, the images will be copied to the directory containing the resulting HTML.