Interface IAdvancedFilteringWithTemporaryFilterSupport
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Extends IAdvancedFiltering by adding support for temporary filters.
public interface IAdvancedFilteringWithTemporaryFilterSupport : IAdvancedFiltering
- Inherited Members
Methods
SetFilterIsTemporary(bool)
Sets whether the current filter should be treated as temporary.
void SetFilterIsTemporary(bool filterIsTemporary)
Parameters
filterIsTemporaryboolA boolean value indicating if the filter is temporary.