ActionDataUseFilterValueCaption Property |
Gets or sets a value indicating whether the filter caption should be used instead of the unique name.
This only applies for URL navigation.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "useFilterValueCaption", EmitDefaultValue = false)]
public bool UseFilterValueCaption { get; set; }<DataMemberAttribute(Name := "useFilterValueCaption", EmitDefaultValue := false)>
Public Property UseFilterValueCaption As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"useFilterValueCaption", EmitDefaultValue = false)]
property bool UseFilterValueCaption {
bool get ();
void set (bool value);
}[<DataMemberAttribute(Name = "useFilterValueCaption", EmitDefaultValue = false)>]
member UseFilterValueCaption : bool with get, set
Property Value
Type:
Boolean if the filter caption should be used; otherwise,
.
See Also