Click or drag to resize
ProcessDataRequestEventArgsRawData Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a data table with all rows.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DataTable RawData { get; }

Return Value

Type: DataTable
A data table with all rows.
Remarks
Data table contains a boolean column, _ProcessFlag, that is true for all the selected rows.
See Also