[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterType

ParameterType Enum

Specifies the available data types for a parameter.

Namespace: GrapeCity.ActiveReports.Document
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum ParameterType

Fields

Name Description
Boolean

Represents a Boolean value.

DateTime

Represents a DateTime value.

Float

Represents a floating-point value.

Integer

Represents an integer value.

String

Represents a string value.

Extension Methods