Share via


RangeBoundType Enumeration

Specifies the boundary type for a ranged parameter in the LowerBoundType and UpperBoundType properties of the ParameterRangeValue class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration RangeBoundType
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration RangeBoundType : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
BoundExclusive The upper and lower range values are not included in the range.
BoundInclusive The upper and lower range values are included in the range.
NoBound No range bound selected.

Inheritance Hierarchy

Object
   ValueType
      Enum
         RangeBoundType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace