DrillDownComDrillDownData Property |
|
DataPA OpenAnalytics API Reference
Gets the drill down data generated by this drill down object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Recordset ComDrillDownData { get; }
Public ReadOnly Property ComDrillDownData As Recordset
Get
public:
virtual property Recordset^ ComDrillDownData {
Recordset^ get () sealed;
}
function get_ComDrillDownData();
Return Value
Type:
RecordsetThe drill down 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