ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryParameterInfo Class / Type Property

In This Topic
    Type Property (QueryParameterInfo)
    In This Topic
    Gets or sets the data type of the parameter (e.g., int, string, etc.).
    Syntax
    'Declaration
     
    Public Property Type As Type
    public Type Type {get; set;}

    Property Value

    A System.Type representing the data type of the parameter.
    See Also