ReportControls Property
Description
This property returns the ReportControls object for this section. You can then access the ReportControls object to dynamically add or modify existing objects in the section.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property ReportControls As ReportControls |
Return Type
ReportControls object.
See Also