Class HtmlTemplates
Represents the HTML export templates.
Inheritance
System.Object
HtmlTemplates
Namespace: FastReport.Export.Html
Assembly: FastReport.Base.dll
Syntax
public class HtmlTemplates
Constructors
HtmlTemplates()
Initializes a new instance of the HtmlTemplates class.
Declaration
public HtmlTemplates()
Properties
IndexTemplate
Index Template
Declaration
public string IndexTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NavigatorTemplate
Navigator Template
Declaration
public string NavigatorTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutlineTemplate
OutlineTemplate
Declaration
public string OutlineTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageTemplateFooter
Page Template Footer
Declaration
public string PageTemplateFooter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageTemplateTitle
Page Template Title
Declaration
public string PageTemplateTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |