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

Whether this field may be added as a Sort to a report in the user interface.

This setting affects the availability of the column in the user interface. Sorts may still be programmatically added to reports with the API regardless of the setting here.
Syntax
public ConditionalBoolean IsSortable {get; set;}

Property Value

A value from the ConditionalBoolean Enumeration indicating whether the column should be visible or not.

Remarks
Equivalent to the Portable property when editing column metadata in the Admin Console.
See Also

Reference

EntityColumnMetadata Class
EntityColumnMetadata Members