次の方法で共有


StyleBase.Calendar プロパティ

日付の書式設定に使用するカレンダーに評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property Calendar As ReportEnumProperty(Of Calendars)
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportEnumProperty(Of Calendars)

value = instance.Calendar
public abstract ReportEnumProperty<Calendars> Calendar { get; }
public:
virtual property ReportEnumProperty<Calendars>^ Calendar {
    ReportEnumProperty<Calendars>^ get () abstract;
}
abstract Calendar : ReportEnumProperty<Calendars>
abstract function get Calendar () : ReportEnumProperty<Calendars>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Calendars>
日付の書式設定に使用するカレンダーを表す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間