
436 SOF T WARE ENGINEERING AND TESTING
24.5 CALLING A REPORT
A data report can be called on screen using the Show method.
Syntax
DataReport_Student.Show
FIGURE 24.15
At the top-left corner of the Report the Print icon is given. Click it to print
the report. You can send the report directly to the printer by using Print Report
method.
Syntax
DataReport_Student.PrintReport
24.6 RETRIEVAL OF SELECTED DATA IN THE DATA REPORT
Add a new form in the project and design the form and set the properties of ...