[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameterDataType

ReportParameterDataType Enum

Specifies a data type for the parameter.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum ReportParameterDataType

Fields

Name Description
Boolean

The data type is Boolean.

DateTime

The data type is date/time.

Float

The data type is float.

Integer

The data type is integer.

String

The data type is string.

Extension Methods