ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / Parameter Class / DateOnly Property

In This Topic
    DateOnly Property (Parameter)
    In This Topic
    Indicates whether the user should be prompted for both date and time or only the date. Applicable to DateTime parameters.
    Syntax
    'Declaration
     
    Public ReadOnly Property DateOnly As Boolean
    public bool DateOnly {get;}
    See Also