Gets or sets the calendar used for formatting dates. Must be compatible with the .NET Framework Language setting.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<Calendar> Calendar { get; set; }
Visual Basic
Public Property Calendar As RdlEnum(Of Calendar)
	Get
	Set

See Also