Sql.Net Class Library Documentation

Range Constructor (Object, Object)

Creates a new DataRangeItem

public Range(
   object low,
   object high
);

Parameters

low
The low bound of the interval
high
The high bound of the interval

See Also

Range Class | Reeb.Reporting Namespace | Range Constructor Overload List