DataPA Enterprise Dashboard Controls API Reference

The ProcessDataRequestEventArgs type exposes the following members.

Constructors

  Name Description
Public method ProcessDataRequestEventArgs(String, DataTable, DashboardObject)
Creates and returns a new ProcessDataRequestEventArgs object.
Public method ProcessDataRequestEventArgs(String, DataTable, DrillDown)
Creates and returns a new ProcessDataRequestEventArgs object.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property ComRawData
Gets an ADODB recordset all rows.
Public property ComSelectedData
Gets an ADODB recordset with only the selected rows.
Public property DashboardObject
Gets the dashboard object from which this event was fired.
Public property DrillDown
Gets the drilldown object from which this event was fired.
Public property ProcessLabel
Gets the label of the button pressed to fire this ProcessDataRequest event.
Public property RawData
Gets a data table with all rows.
Public property SelectedData
Gets a data table with only the selected rows.

See Also