DashboardDesignerHasQueries Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the ManagedDashboard object in the control has one or more DashboardQuery objects.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool HasQueries { get; }
Public ReadOnly Property HasQueries As Boolean
Get
public:
virtual property bool HasQueries {
bool get () sealed;
}
function get_HasQueries();
Return Value
Type:
BooleanTrue if the ManagedDashboard object in the control has one or more DashboardQuery objects.
Remarks See Also