DataPA Enterprise Dashboard Controls 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
C# |
---|
public DrillDown DrillDown { get; set; } |
Visual Basic |
---|
Public Property DrillDown As DrillDown
Get
Set |
Visual C++ |
---|
public:
virtual property DrillDown^ DrillDown {
DrillDown^ get () sealed;
void set (DrillDown^ value) sealed;
} |
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.
Remarks
See Also