次の方法で共有


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> オブジェクト。

適用対象