Style.Calendar プロパティ

定義

カレンダーに評価する式を得て、日付のフォーマットに使います。

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)

プロパティ値

日付の書式化に使うカレンダーを表す ReportEnumProperty<EnumType> オブジェクト。

適用対象