Partager via


Propriété LabelIntervalOffsetType

Gets the units for the LabelIntervalOffset.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LabelIntervalOffsetType As ReportExpression(Of ChartIntervalOffsetTypes)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

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