VSView Reporting Edition Reference > VSReport Control > VSReport Methods > Clear Method |
Clears the current report.
[form!]VSReport.Clear
This method removes all groups, group sections, and fields from the current report. It also resets the DataSource and Layout objects. It also clears (but does not remove) the fixed sections that all reports have: vsrDetail, vsrHeader, vsrFooter, vsrPageHeader, and vsrPageFooter.
Use this method if you want to clear a report and start creating a new one from scratch.