Sdílet prostřednictvím


ChartAxis.LabelIntervalOffsetType Property

Gets or sets the units for the LabelIntervalOffset.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property LabelIntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
    Get 
    Set
'Usage
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>)

Property Value

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

See Also

Reference

ChartAxis Class

Microsoft.ReportingServices.RdlObjectModel Namespace