Exago .NET API Documentation
ColumnDescription Property
WebReports.Api.Reports Namespace > EntityColumnMetadata Class : ColumnDescription Property

Data columns can have description text added. If the data field is hovered over in a selection screen in the Report Designer, the description text will pop up in a tooltip. 

Tooltip text can be added verbatim in the Column Description field. In-line HTML tags like <b> can also be used if desired. Text may also be registered in the language files. For more information, review the Column Metadata section of the Data Objects article on the Support Center.

Syntax
public System.string ColumnDescription {get; set;}
Remarks
Equivelant to the Column Description setting when editing column metadata for Data Objects in the Admin Console.
See Also

Reference

EntityColumnMetadata Class
EntityColumnMetadata Members