共用方式為


ChartAxis.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<ChartIntervalType>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartAxis 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間