DataActionUseFilterValueCaption 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.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool UseFilterValueCaption { get; set; }Public Property UseFilterValueCaption As Boolean
Get
Set
public:
property bool UseFilterValueCaption {
bool get ();
void set (bool value);
}member UseFilterValueCaption : bool with get, set
Property Value
Type:
Boolean if the filter caption should be used; otherwise,
.
See Also