Returns a string that assigned horisontal align of a control.

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 GetHorizontalAlign(
	ReportControl control,
	IHtmlContext context
)
Visual Basic (Declaration)
Protected Function GetHorizontalAlign ( _
	control As ReportControl, _
	context As IHtmlContext _
) As String
Visual C++
protected:
String^ GetHorizontalAlign(
	ReportControl^ control, 
	IHtmlContext^ context
)

See Also