WinStudio
IWSFormComponent interface
Runs the specified Sub-Drilldown for the current Drilldown.
object.DataViewDrilldownRunSubDrilldown(int)
| Part | Description |
| object | Required. A reference to a valid Drilldown bound DataView object. |
| int | Required. The number of the Sub-Drilldown to be run. |
Sub Main()
ThisForm.Components("DrilldownGrid").DataViewDrilldownRunSubDrilldown(5)
End Sub