DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Creates and returns a new ProcessDataRequestEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public ProcessDataRequestEventArgs( string Label, DataTable DataTable, DrillDown DrillDown ) |
| Visual Basic |
|---|
Public Sub New ( Label As String, DataTable As DataTable, DrillDown As DrillDown ) |
| Visual C++ |
|---|
public: ProcessDataRequestEventArgs( String^ Label, DataTable^ DataTable, DrillDown^ DrillDown ) |
Parameters
- Label
- Type: System..::..String
- DataTable
- Type: System.Data..::..DataTable
- DrillDown
- Type: DataPAEnterpriseDashboard..::..DrillDown