Gets or sets the desired URL of the image.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf.HtmlExport
SyntaxC#
Copy Code
|
|---|
public string Url { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Url As String |
A string value.
RemarksThis URL will be written in the output HTML file.
See Also