DashboardDesignerProcessDataRequest Event |
|
DataPA OpenAnalytics API Reference
Event raised when the user selects the process button on a drill down data grid.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public event DashboardDesignerProcessDataRequestEventHandler ProcessDataRequest
Public Event ProcessDataRequest As DashboardDesignerProcessDataRequestEventHandler
public:
event DashboardDesignerProcessDataRequestEventHandler^ ProcessDataRequest {
void add (DashboardDesignerProcessDataRequestEventHandler^ value);
void remove (DashboardDesignerProcessDataRequestEventHandler^ value);
}
function add_ProcessDataRequest(value);
function remove_ProcessDataRequest(value);
Value
Type:
DataPAEnterpriseDashboardDashboardDesignerProcessDataRequestEventHandlerRemarks The developer must set the ShowCheckBoxes property on the drill down object to true to show the process button.
See Also