Click or drag to resize

LongRange Constructor (Int64, Int64)

Initializes a new instance of the LongRange class

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

Parameters

from
Type: SystemInt64

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

to
Type: SystemInt64

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

See Also