Now that the data environment and the data report objects have been created, you are almost ready to run the project. One step remains: to write code to show the data report.
To show the data report at run time
When you add a Data Report designer to your project, its controls are added to the tab named DataReport. To use the standard Visual Basic controls, you must switch to the General tab.
Property |
Setting |
Name |
cmdReport |
Caption |
R eport |
Private Sub cmdReport_Click()
rptSoundAdviceCustomers.Show
End Sub
| Assignments | Hints and Corrections | Outputs | Requirements |