Creates new instance of the HtmlContext class.

Namespace:  PerpetuumSoft.Reporting.Export.Html
Assembly:  PerpetuumSoft.Reporting.Export.Html (in PerpetuumSoft.Reporting.Export.Html.dll) Version: 3.9.0.1

Syntax

C#
public HtmlContext(
	string fileName,
	HtmlExportFilter filter
)
Visual Basic (Declaration)
Public Sub New ( _
	fileName As String, _
	filter As HtmlExportFilter _
)
Visual C++
public:
HtmlContext(
	String^ fileName, 
	HtmlExportFilter^ filter
)

See Also