ManagedDashboardDashboardContainsAnyFilters Property |
|
DataPA OpenAnalytics API Reference
Gets a boolean flag that indicate whether the dashboard has any filters anywhere on it.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool DashboardContainsAnyFilters { get; }
Public ReadOnly Property DashboardContainsAnyFilters As Boolean
Get
public:
virtual property bool DashboardContainsAnyFilters {
bool get () sealed;
}
function get_DashboardContainsAnyFilters();
Return Value
Type:
BooleanA boolean flag that indicate whether the dashboard has any filters anywhere on it.
Remarks See Also