DataPA Enterprise Dashboard Controls 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
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:
BooleanA boolean flag that indicate whether the dashboard has any filters anywhere on it.
Remarks
See Also