Style.Calendar Property

Definition

Gets an expression that evaluates to the calendar to use for formatting dates.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Calendars> ^ Calendar { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::Calendars> ^ get(); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Calendars> Calendar { get; }
member this.Calendar : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.Calendars>
Public Overrides ReadOnly Property Calendar As ReportEnumProperty(Of Calendars)

Property Value

A ReportEnumProperty<EnumType> object that represents the calendar to use for formatting dates.

Applies to