Calculates location of the control in the rendered report.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected virtual void RenderLocation(
	ReportControl production
)
Visual Basic (Declaration)
Protected Overridable Sub RenderLocation ( _
	production As ReportControl _
)
Visual C++
protected:
virtual void RenderLocation(
	ReportControl^ production
)

See Also