Fills the properties of the final rendered control.

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

Syntax

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

See Also