DataPA Enterprise Dashboard Controls API Reference
Gets a boolean flag that indicate whether the dashboard has any filters anywhere on it.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool DashboardContainsAnyFilters { get; }
Visual Basic
Public ReadOnly Property DashboardContainsAnyFilters As Boolean
	Get
Visual C++
public:
virtual property bool DashboardContainsAnyFilters {
	bool get () sealed;
}

Return Value

Type: Boolean
A boolean flag that indicate whether the dashboard has any filters anywhere on it.

Remarks