Gets underlaying HtmlTextWriter instance.

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

Syntax

C#
public HtmlTextWriter Writer { get; }
Visual Basic (Declaration)
Public ReadOnly Property Writer As HtmlTextWriter
Visual C++
public:
virtual property HtmlTextWriter^ Writer {
	HtmlTextWriter^ get () sealed;
}

Implements

IHtmlContext..::.Writer

See Also