TdxCustomContainerReportLink.TopLevelContainer Property
In This Article
Provides access to the owning container of the printed component.
#Declaration
Delphi
property TopLevelContainer: TWinControl read;
#Property Value
Type |
---|
TWin |
#Remarks
Use the TopLevelContainer to obtain the owning container of the printed component. The Container property provides access to the container being printed.
See Also