Report.RefreshDisplay
- Updated2024-10-09
- 1 minute(s) read
Report.RefreshDisplay
Syntax
Report.RefreshDisplay
Purpose
Call this method to refresh the ReportView control after you make changes to an associated Report.ReportSection object to indicate that a report has changed and that the user interface must be refreshed.
Remarks
Calling the Report.Append or Report.Reset methods or assigning a new reference to the Report.ReportSection property automatically refreshes the ReportView control. However, when you make changes to a ReportSection object already assigned to a Report.ReportSection property, the Report object does not automatically notify the ReportView control. You must call the Report.RefreshDisplay method to notify the ReportView control to refresh in this case.