2.293.11 Style.Calendar

The Style.Calendar element specifies the calendar to use for formatting dates. This element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

Default: Specifies the default calendar for the language of the report item.

Gregorian: Specifies the Gregorian calendar standard.

GregorianArabic: Specifies the Gregorian Arabic calendar standard.

GregorianMiddleEastFrench: Specifies the Gregorian Middle East French calendar standard.

GregorianTransliteratedEnglish: Specifies the Gregorian Transliterated English calendar standard.

GregorianTransliteratedFrench: Specifies the Gregorian Transliterated French calendar standard.

GregorianUSEnglish: Specifies the Gregorian US English calendar standard.

Hebrew: Specifies the Hebrew calendar standard.

Hijri: Specifies the Hijri calendar standard.

Japanese: Specifies the Japanese calendar standard.

Korean: Specifies the Korean calendar standard.

Taiwan: Specifies the Taiwan calendar standard.

ThaiBuddhist: Specifies the Thai Buddhist calendar standard.

The value of the Style.Calendar element MUST be compatible in the .NET Framework with the Language setting. If the Style.Calendar element is not present, its value is interpreted as "Default".

If the grandparent element of the Style.Calendar element is not TextRun, Chart, Textbox, LinearGauge, or RadialGauge, the Style.Calendar element is ignored.

Following is the parent element of the Style.Calendar element.

Parent elements

Style

The following is the XML Schema definition of the Style.Calendar element.

 <xsd:element name="Calendar" type="xsd:string" minOccurs="0" />