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

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

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

Property Value

True: Suppress the Filters 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 AllowInteractiveHtml to False.

See Also

Reference

Api Class
Api Members
SuppressSortsInterface Property