public enum FilterableType : System.Enum
public enum FilterableType : System.Enum
| Member | Value | Description |
|---|---|---|
| All | 0 | The column may be used as both a report filter and an interactive filter. |
| Default | 4 | |
| Dynamic | 2 | The column may not be added as a report filter, but may be added as an interactive filter. |
| None | 1 | No filters may be created on this column. |
| Static | 3 | The column may be added as a report filter, but not as an interactive filter. |
Report filters are those that are added using the Filters dialog in the Report Designer.
Interactive filters are those that can be accessed with the interactive filters/sorts dock in the Report Viewer. These are added separately through the Filters tab of the Report Viewer Options.
System.Object
System.ValueType
System.Enum
WebReports.Api.Common.FilterableType