DashboardFilterUseManualFilter Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the manual filter string should override the conditions collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool UseManualFilter { get; set; }
Public Property UseManualFilter As Boolean
Get
Set
public:
virtual property bool UseManualFilter {
bool get () sealed;
void set (bool value) sealed;
}
function get_UseManualFilter();
function set_UseManualFilter(value);
Property Value
Type:
BooleanA value that indicates if the manual filter string should override the conditions collection.
Return Value
Type:
BooleanTrue if the manual filter string should override the conditions collection.
Remarks See Also