DataPA Enterprise Dashboard Controls API Reference
Gets the filtered source data generated by this drill down object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Recordset ComFilteredSourceDataTable { get; }
Visual Basic
Public ReadOnly Property ComFilteredSourceDataTable As Recordset
	Get
Visual C++
public:
virtual property Recordset^ ComFilteredSourceDataTable {
	Recordset^ get () sealed;
}

Return Value

Type: Recordset
The filtered source data generated by this drill down object.

Remarks

Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable.

See Also