Class HtmlTemplates
Represents the HTML export templates.
Inheritance
System.Object
HtmlTemplates
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Export.Html
Assembly: FastReport.OpenSource.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 |