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