Overrides default RenderStyleCell implementation.

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 override string RenderStyleCell(
	ReportControl control,
	IHtmlContext context
)
Visual Basic (Declaration)
Public Overrides Function RenderStyleCell ( _
	control As ReportControl, _
	context As IHtmlContext _
) As String
Visual C++
public:
virtual String^ RenderStyleCell(
	ReportControl^ control, 
	IHtmlContext^ context
) override

See Also