Creates a control for locating in the final document. It is used when element rendering.

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

Syntax

C#
protected virtual ReportControl CreateBlankControl()
Visual Basic (Declaration)
Protected Overridable Function CreateBlankControl As ReportControl
Visual C++
protected:
virtual ReportControl^ CreateBlankControl()

See Also