DrillDownEventArgsDrillDown Property |
|
DataPA OpenAnalytics API Reference
Gets the DrillDown object that this event is related to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDown DrillDown { get; }
Public ReadOnly Property DrillDown As DrillDown
Get
public:
virtual property DrillDown^ DrillDown {
DrillDown^ get () sealed;
}
function get_DrillDown();
Return Value
Type:
DrillDownThe DrillDown object that this event is related to.
Remarks See Also