ProcessDataRequestEventArgsDashboardObject Property |
|
DataPA OpenAnalytics API Reference
Gets the dashboard object from which this event was fired.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject DashboardObject { get; }
Public ReadOnly Property DashboardObject As DashboardObject
Get
public:
virtual property DashboardObject^ DashboardObject {
DashboardObject^ get () sealed;
}
function get_DashboardObject();
Return Value
Type:
DashboardObjectThe dashboard object from which this event was fired.
Remarks May be nothing if the event was fired from a drill down with no associated dashboard object.
See Also