DashboardFilterUsesDynamicValues Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if the dashboard filter uses dynamic values such as user or group.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool UsesDynamicValues { get; }
Public ReadOnly Property UsesDynamicValues As Boolean
Get
public:
virtual property bool UsesDynamicValues {
bool get () sealed;
}
function get_UsesDynamicValues();
Return Value
Type:
BooleanA property that indicates if the dashboard filter uses dynamic values such as user or group.
Remarks See Also