| ProcessDataRequestEventArgs Class |
|
Namespace: DataPAEnterpriseDashboard
public class ProcessDataRequestEventArgs : EventArgs, _ProcessDataRequestEventArgs
The ProcessDataRequestEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ProcessDataRequestEventArgs(String, DataTable, DashboardObject) |
Creates and returns a new ProcessDataRequestEventArgs object.
| |
| ProcessDataRequestEventArgs(String, DataTable, DrillDown) |
Creates and returns a new ProcessDataRequestEventArgs object.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| ComRawData |
Gets an ADODB recordset all rows.
| |
| ComSelectedData |
Gets an ADODB recordset with only the selected rows.
| |
| DashboardObject |
Gets the dashboard object from which this event was fired.
| |
| DrillDown |
Gets the drilldown object from which this event was fired.
| |
| ProcessLabel |
Gets the label of the button pressed to fire this ProcessDataRequest event.
| |
| RawData |
Gets a data table with all rows.
| |
| SelectedData |
Gets a data table with only the selected rows.
|