DataPA Enterprise Dashboard Controls API Reference
The ProcessDataRequestEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProcessDataRequestEventArgs(String, DataTable, DashboardObject) |
Creates and returns a new ProcessDataRequestEventArgs object.
|
|
ProcessDataRequestEventArgs(String, DataTable, DrillDown) |
Creates and returns a new ProcessDataRequestEventArgs object.
|
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
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.
|