ReportQueryShowTextColumns Property |
True to include text descriptions for certain columns. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ShowTextColumns { get; set; }
Public Property ShowTextColumns As Boolean
Get
Set
public:
property bool ShowTextColumns {
bool get ();
void set (bool value);
}
member ShowTextColumns : bool with get, set
Property Value
Type:
Boolean
See Also