共用方式為


ChartAxis.LabelIntervalOffsetType 屬性

Gets or sets the units for the LabelIntervalOffset.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property LabelIntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
    Get 
    Set
'用途
Dim instance As ChartAxis 
Dim value As ReportExpression(Of ChartIntervalOffsetTypes)

value = instance.LabelIntervalOffsetType

instance.LabelIntervalOffsetType = value
public ReportExpression<ChartIntervalOffsetTypes> LabelIntervalOffsetType { get; set; }
public:
property ReportExpression<ChartIntervalOffsetTypes> LabelIntervalOffsetType {
    ReportExpression<ChartIntervalOffsetTypes> get ();
    void set (ReportExpression<ChartIntervalOffsetTypes> value);
}
member LabelIntervalOffsetType : ReportExpression<ChartIntervalOffsetTypes> with get, set
function get LabelIntervalOffsetType () : ReportExpression<ChartIntervalOffsetTypes>
function set LabelIntervalOffsetType (value : ReportExpression<ChartIntervalOffsetTypes>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>
A ReportExpression<T> object.

請參閱

參考

ChartAxis 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間