Click or drag to resize
ProcessDataRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by Dashboard in ProcessDataRequest event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardProcessDataRequestEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class ProcessDataRequestEventArgs : EventArgs, 
	_ProcessDataRequestEventArgs

The ProcessDataRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProcessDataRequestEventArgs(String, DataTable, DashboardObject)
Creates and returns a new ProcessDataRequestEventArgs object.
Public methodProcessDataRequestEventArgs(String, DataTable, DrillDown)
Creates and returns a new ProcessDataRequestEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyComRawData
Gets an ADODB recordset all rows.
Public propertyComSelectedData
Gets an ADODB recordset with only the selected rows.
Public propertyDashboardObject
Gets the dashboard object from which this event was fired.
Public propertyDrillDown
Gets the drilldown object from which this event was fired.
Public propertyProcessLabel
Gets the label of the button pressed to fire this ProcessDataRequest event.
Public propertyRawData
Gets a data table with all rows.
Public propertySelectedData
Gets a data table with only the selected rows.
Top
Remarks