ProcessDataRequestEventArgs Constructor (String, DataTable, DashboardObject) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new ProcessDataRequestEventArgs object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ProcessDataRequestEventArgs(
string Label,
DataTable DataTable,
DashboardObject DashboardObject
)
Public Sub New (
Label As String,
DataTable As DataTable,
DashboardObject As DashboardObject
)
public:
ProcessDataRequestEventArgs(
String^ Label,
DataTable^ DataTable,
DashboardObject^ DashboardObject
)
DataPAEnterpriseDashboard.ProcessDataRequestEventArgs = function(Label, DataTable, DashboardObject);
Parameters
- Label
- Type: SystemString
- DataTable
- Type: System.DataDataTable
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
Remarks See Also