Click or drag to resize

StiOptionsEngineAllowZeroResultForMinMaxAggregateFunctions Property

Gets or sets a value indicating whether it is possible to return zero result for Min/Max aggregate functions if there is no acceptable input data. For compatibility with 2017.2 set this property to false.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static bool AllowZeroResultForMinMaxAggregateFunctions { get; set; }

Property Value

Type: Boolean
See Also