ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _DataOption Class / dateFormats Property

In This Topic
    dateFormats Property (_DataOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property dateFormats As List(Of String)
    public List<string> dateFormats {get; set;}
    See Also