ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / DateFormats Property

In This Topic
    DateFormats Property (ReportDesigner)
    In This Topic
    Gets or sets the list of supported date formats.
    Syntax
    'Declaration
     
    Public Property DateFormats As String()
    public string[] DateFormats {get; set;}

    Property Value

    An array of System.String representing the supported date formats.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also