Class HtmlTemplates
Represents the HTML export templates.
Inheritance
System.Object
    HtmlTemplates
  Namespace: FastReport.Export.Html
Assembly: FastReport.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; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
NavigatorTemplate
Navigator Template
Declaration
public string NavigatorTemplate { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OutlineTemplate
OutlineTemplate
Declaration
public string OutlineTemplate { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PageTemplateFooter
Page Template Footer
Declaration
public string PageTemplateFooter { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PageTemplateTitle
Page Template Title
Declaration
public string PageTemplateTitle { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |