Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / Calendar Property

In This Topic
    Calendar Property
    In This Topic
    Gets or sets the calendar used for formatting dates. Must be compatible with the .NET Framework Language setting.
    Syntax
    'Declaration
     
    Public Property Calendar As RdlEnum(Of Calendar)
    public RdlEnum<Calendar> Calendar {get; set;}
    See Also