Click or drag to resize

DecimalRange Constructor (Decimal, Decimal)

Initializes a new instance of the DecimalRange class

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public DecimalRange(
	decimal from,
	decimal to
)

Parameters

from
Type: SystemDecimal

[Missing <param name="from"/> documentation for "M:Stimulsoft.Report.DecimalRange.#ctor(System.Decimal,System.Decimal)"]

to
Type: SystemDecimal

[Missing <param name="to"/> documentation for "M:Stimulsoft.Report.DecimalRange.#ctor(System.Decimal,System.Decimal)"]

See Also