MindFusion WinForms Programmer's Guide
HtmlExporterBase.Title Property
See Also
 





Gets or sets the title of the resulting HTML.

Namespace: MindFusion.Reporting.Export
Assembly: MindFusion.Reporting.Html

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string value specifying the HTML title. The default is an empty string.

 Remarks

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.

 See Also

HtmlExporterBase Members
HtmlExporterBase Class
MindFusion.Reporting.Export Namespace