DashboardFilterFilterString Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that represents the filter string.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool ForDisplay = false
] { get; set; }
Public Property FilterString (
Optional ForDisplay As Boolean = false
) As String
Get
Set
public:
virtual property String^ FilterString[bool ForDisplay = false] {
String^ get (bool ForDisplay = false) sealed;
void set (bool ForDisplay = false, String^ value) sealed;
}
function get_FilterString(ForDisplay);
function set_FilterString(value);
Parameters
- ForDisplay (Optional)
- Type: SystemBoolean
True if the filter should be formated for display purposes.
Property Value
Type:
StringA value that represents the filter string.
Return Value
Type:
StringA 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