ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / DateOnly Property

In This Topic
    DateOnly Property (ParameterDescriptor)
    In This Topic
    Gets or sets a value indicating whether the parameter should only accept date values.
    Syntax
    'Declaration
     
    Public Property DateOnly As Boolean
    public bool DateOnly {get; set;}

    Property Value

    true if the parameter should only include dates; otherwise, false.
    See Also