Exago .NET API Documentation
wrFilterExecutionWindow Enumeration
WebReports.Api Namespace : wrFilterExecutionWindow Enumeration
Describes the type of Filter Execution Window to be displayed for prompting filters.
Syntax
public enum wrFilterExecutionWindow : System.Enum 
Members
MemberValueDescription
Custom3New reports use a custom built filter execution window. When this option is chosen, Allow User to Change Filter Window should be set to False and a value be provided for Custom Filter Execution Window. This is a deprecated feature and should not be used in new installations.
Simple1New reports display a simplified filter window that only allows the value to be changed.
SimpleWithOperator2New reports display a simplified filter execution window that only allows the operator and value to be changed.
Standard0New reports display the standard filter execution window, allowing filters to be modified and new filters to be created.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.wrFilterExecutionWindow

See Also

Reference

WebReports.Api Namespace