[Missing <summary> documentation for M:PerpetuumSoft.Reporting.Export.Html.Adapters.ReportControlHtmlAdapter.HtmlCreateLineStyle(PerpetuumSoft.Framework.Drawing.BorderLine,PerpetuumSoft.Reporting.Export.Html.IHtmlContext)]

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

Syntax

C#
protected string HtmlCreateLineStyle(
	BorderLine line,
	IHtmlContext context
)
Visual Basic (Declaration)
Protected Function HtmlCreateLineStyle ( _
	line As BorderLine, _
	context As IHtmlContext _
) As String
Visual C++
protected:
String^ HtmlCreateLineStyle(
	BorderLine line, 
	IHtmlContext^ context
)

See Also