ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / Calendar Property

In This Topic
    Calendar Property (Style)
    In This Topic
    Gets or sets a calendar used for formatting dates.
    Syntax
    'Declaration
     
    Public Property Calendar As ExpressionInfo
    public ExpressionInfo Calendar {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a Calendar enumeration.
    Remarks
    This property allows specifying the calendar system used for formatting date values. Default calendar is the Gregorian calendar.
    See Also