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

In This Topic
    DateOnly Property (ReportParameter)
    In This Topic
    Specifies whether this parameter contains only date without time.
    Syntax
    'Declaration
     
    Public Property DateOnly As Boolean
    public bool DateOnly {get; set;}
    See Also