ChartTickMarks.IntervalType 屬性
Gets an expression that evaluates to the units for the Interval.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property IntervalType As ReportEnumProperty(Of ChartIntervalType)
Get
'用途
Dim instance As ChartTickMarks
Dim value As ReportEnumProperty(Of ChartIntervalType)
value = instance.IntervalType
public ReportEnumProperty<ChartIntervalType> IntervalType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ IntervalType {
ReportEnumProperty<ChartIntervalType>^ get ();
}
member IntervalType : ReportEnumProperty<ChartIntervalType>
function get IntervalType () : ReportEnumProperty<ChartIntervalType>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.