ProcessDataRequestEventArgsSelectedData Property |
|
DataPA OpenAnalytics API Reference
Gets a data table with only the selected rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable SelectedData { get; }
Public ReadOnly Property SelectedData As DataTable
Get
public:
virtual property DataTable^ SelectedData {
DataTable^ get () sealed;
}
function get_SelectedData();
Return Value
Type:
DataTableA data table with only the selected rows.
Remarks See Also