ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / DateOnly Property

In This Topic
    DateOnly Property (ReportParameter)
    In This Topic
    Gets or sets a value indicating whether the parameter contains only a date without a time component.
    Syntax
    'Declaration
     
    Public Property DateOnly As Boolean
    public bool DateOnly {get; set;}

    Property Value

    A System.Boolean value where true indicates that this parameter contains only a date without a time component; otherwise, false. The default value is true.
    See Also