共用方式為


ChartAxis.LabelIntervalOffsetType 屬性

Gets the units for the LabelIntervalOffset.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LabelIntervalOffsetType As ReportEnumProperty(Of ChartIntervalType)
    Get
'用途
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartIntervalType)

value = instance.LabelIntervalOffsetType
public ReportEnumProperty<ChartIntervalType> LabelIntervalOffsetType { get; }
public:
property ReportEnumProperty<ChartIntervalType>^ LabelIntervalOffsetType {
    ReportEnumProperty<ChartIntervalType>^ get ();
}
member LabelIntervalOffsetType : ReportEnumProperty<ChartIntervalType>
function get LabelIntervalOffsetType () : ReportEnumProperty<ChartIntervalType>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartIntervalType>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartAxis 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間