Condividi tramite


Proprietà ChartAxis.LabelIntervalType

Gets or sets the units for the LabelInterval.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)
    Get 
    Set
'Utilizzo
Dim instance As ChartAxis 
Dim value As ReportExpression(Of ChartIntervalTypes)

value = instance.LabelIntervalType

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

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
A ReportExpression<T> object.

Vedere anche

Riferimento

ChartAxis Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel