ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / DataType Property

In This Topic
    DataType Property (ReportParameter)
    In This Topic
    Gets or sets the data type of the parameter.
    Syntax
    'Declaration
     
    Public Property DataType As ReportParameterDataType
    public ReportParameterDataType DataType {get; set;}

    Property Value

    A ReportParameterDataType enumeration representing the data type of the parameter.
    See Also