Writes table to the given context.

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

Syntax

C#
public void Save(
	IHtmlContext context
)
Visual Basic (Declaration)
Public Sub Save ( _
	context As IHtmlContext _
)
Visual C++
public:
void Save(
	IHtmlContext^ context
)

See Also