[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Html.Section.OutputHtmlFiles.-ctor

OutputHtmlFiles Constructor

OutputHtmlFiles(string, HtmlExport)

Initializes an instance of the OutputHtmlFiles class using the specified filePath as the base html page.

Declaration
public OutputHtmlFiles(string filePath, HtmlExport htmlExport)
Parameters
Type Name Description
string filePath

The file path to the main/starting HTML page. Other file names (such as linked in images and table of contents pages) will use this filepath as a prefix.

HtmlExport htmlExport

The parent HtmlExport object this object is working with.

Remarks

When this class is created, it demands permission to write files in the parent folder of the specified file.
If permision is not granted, a SecurityException will be thrown.