public System.bool EvaluateFormulasInDatabase {get; set;}
If True, formula filters and sorts will be converted to SQL when possible. The converted SQL statements will be placed in the WHERE (for formula filters) and ORDER BY (for formula sorts) clauses when querying data for the report. If set to False, all formula filtering and sorting will occur in-memory.
public System.bool EvaluateFormulasInDatabase {get; set;}