ValueTextCategory Enumeration

The supported categories for parameter value captions.

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_Data_Enum_")]
public enum ValueTextCategory
Members
  Member nameValueDescription
NotSet0 Value text category not set.
Simplified1 Retrieves captions simplified where too long for typical display purposes.
Complete2 Retrieves the full-length captions.
See Also