DrillDownDashboardObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the DashboardObject object that defines this drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject DashboardObject { get; set; }
Public Property DashboardObject As DashboardObject
Get
Set
public:
virtual property DashboardObject^ DashboardObject {
DashboardObject^ get () sealed;
void set (DashboardObject^ value) sealed;
}
function get_DashboardObject();
function set_DashboardObject(value);
Property Value
Type:
DashboardObjectThe DashboardObject object that defines this drill down.
Return Value
Type:
DashboardObjectThe DashboardObject object that defines this drill down.
Remarks See Also