Exago .NET API Documentation
SuppressSortsInterface Property (Api)
Example 
WebReports.Api Namespace > Api Class : SuppressSortsInterface Property

Set to True to suppress the Sorts menu for the Report Designer when the Api Action is New[*]. Prevents users from adding sorts at the report level.

Syntax
public System.Nullable<bool> SuppressSortsInterface {get; set;}

Property Value

True: Suppress the Sorts menu for new reports launched via Api Action (default: False)
Remarks

This does not prevent interactive Report Viewer sorts from being added and saved to User Reports. To disable Report Viewer interactivity, set General.AllowInteractiveHtml to False.

Example
Prevent user from accessing the Sorts dialog in the Report Designer, and from accessing the Sorts available in the interactive Report Viewer dock.
api.SuppressSortsInterface = true;
api.General.AllowInteractiveHtml = false;
See Also

Reference

Api Class
Api Members
SuppressFiltersInterface Property
General Class