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

See Also