Interface IDataFlow
Represents an object processing data using filters and sorting.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public interface IDataFlow
Properties
Filters
Gets the filters that get applied on this item.
Declaration
IList<Filter> Filters { get; }
Property Value
System.Collections.Generic.IList<Filter>
|
Sortings
Gets the sorting that get applied on this item.
Declaration
IList<Sorting> Sortings { get; }
Property Value
System.Collections.Generic.IList<Sorting>
|