Click or drag to resize
DashboardObjectComSourceDataTable Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Source DataTable used to render this object.

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

Return Value

Type: Recordset
The Source DataTable used to render this object.
Remarks
Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable.
See Also