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