Click or drag to resize
DashboardFilterFilterString Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that represents the filter string.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string this[
	bool ForDisplay = false
] { get; set; }

Parameters

ForDisplay (Optional)
Type: SystemBoolean
True if the filter should be formated for display purposes.

Property Value

Type: String
A value that represents the filter string.

Return Value

Type: String
A value that represents the filter string.
Remarks
If UseManualFilter is false, the value returned is derived from the FilterConditions property. Otherwise the value returned is the string set to this property.
See Also