Freigeben über


LabelIntervalOffsetType-Eigenschaft

Gets 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>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartIntervalOffsetTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalOffsetTypes>] object.