หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an expression that evaluates to the calendar to use for formatting dates.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Calendar As ReportEnumProperty(Of Calendars)
Get
'Usage
Dim instance As Style
Dim value As ReportEnumProperty(Of Calendars)
value = instance.Calendar
public override ReportEnumProperty<Calendars> Calendar { get; }
public:
virtual property ReportEnumProperty<Calendars>^ Calendar {
ReportEnumProperty<Calendars>^ get () override;
}
abstract Calendar : ReportEnumProperty<Calendars>
override Calendar : ReportEnumProperty<Calendars>
override function get Calendar () : ReportEnumProperty<Calendars>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Calendars>
A ReportEnumProperty<EnumType> object that represents the calendar to use for formatting dates.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace