ChartGridLines.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 ChartGridLines 
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.

请参阅

参考

ChartGridLines 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间