Click or drag to resize
ProcessDataRequestEventArgsDrillDown Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the drilldown object from which this event was fired.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DrillDown DrillDown { get; }

Return Value

Type: DrillDown
The drilldown object from which this event was fired.
Remarks
May be nothing if the event was fired from a dashboard object that was not a drill down.
See Also