DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public Recordset ComDrillDownData { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ComDrillDownData As Recordset
Get |
| Visual C++ |
|---|
public:
virtual property Recordset^ ComDrillDownData {
Recordset^ get () sealed;
} |
Return Value
Type:
RecordsetThe drill down data generated by this drill down object.
Remarks
See Also