Click or drag to resize
ProcessDataRequestEventArgs Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The ProcessDataRequestEventArgs type exposes the following members.

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.
Top
See Also