DataPA Enterprise Dashboard Controls API Reference
Gets the Source DataTable used to render this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Recordset ComSourceDataTable { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ComSourceDataTable As Recordset
Get |
| Visual C++ |
|---|
public:
virtual property Recordset^ ComSourceDataTable {
Recordset^ get () sealed;
} |
Return Value
Type:
RecordsetThe Source DataTable used to render this object.
Remarks
See Also