Renders table cell style to html file.

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

Syntax

C#
public abstract string RenderStyleCell(
	ReportControl control,
	IHtmlContext context
)
Visual Basic (Declaration)
Public MustOverride Function RenderStyleCell ( _
	control As ReportControl, _
	context As IHtmlContext _
) As String
Visual C++
public:
virtual String^ RenderStyleCell(
	ReportControl^ control, 
	IHtmlContext^ context
) abstract

See Also