DrillDownParentDrillDown Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the drilldown object for this drilldown parent
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax DrillDown DrillDown { get; set; }
Property DrillDown As DrillDown
Get
Set
property DrillDown^ DrillDown {
DrillDown^ get ();
void set (DrillDown^ value);
}
function get_DrillDown();
function set_DrillDown(value);
Return Value
Type:
DrillDownThe drilldown object for this drilldown parent
See Also