Calculates location of the control in the rendered report.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: 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 ) |
Parameters
- production
- Type: PerpetuumSoft.Reporting.DOM..::.ReportControl