Gets or sets the title of the resulting HTML.
Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html
C# Copy Code |
---|
public string Title { get; set; } |
Visual Basic Copy Code |
---|
Public Property Title As String |
A string value specifying the HTML title. The default is an empty string.
This property is ignored when exporting directly to a StringBuilder.
If the value of this property is an empty string, the name of the resulting HTML file is used as a title.