DashboardObjectDrillDown Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a DrillDown object representing any drill down options for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDown DrillDown { get; set; }
Public Property DrillDown As DrillDown
Get
Set
public:
virtual property DrillDown^ DrillDown {
DrillDown^ get () sealed;
void set (DrillDown^ value) sealed;
}
function get_DrillDown();
function set_DrillDown(value);
Property Value
Type:
DrillDownThe DrillDown object representing any drill down options for this object.
Return Value
Type:
DrillDownDrillDown object representing any drill down options for this object.
Implements
DrillDownParentDrillDownRemarks See Also