public System.Nullable<bool> SuppressSortsInterface {get; set;}
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.
public System.Nullable<bool> SuppressSortsInterface {get; set;}
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.
api.SuppressSortsInterface = true; api.General.AllowInteractiveHtml = false;