DataViewDrilldownRunSubDrilldown method (WinStudio scripts)

Applies To

IWSFormComponent interface

Definition

Runs the specified Sub-Drilldown for the current Drilldown.

Syntax

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.

Example

Sub Main()
    ThisForm.Components("DrilldownGrid").DataViewDrilldownRunSubDrilldown(5)
End Sub