Поделиться через


Свойство ChartStripLine.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 ChartStripLine 
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.

См. также

Справочник

ChartStripLine Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering