ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / QueryParameter Class / DbType Property

In This Topic
    DbType Property
    In This Topic
    Gets or sets the data type of the parameter.
    Syntax
    'Declaration
     
    Public Property DbType As Nullable(Of ReportParameterDataType)
    public Nullable<ReportParameterDataType> DbType {get; set;}
    See Also