Partilhar via


Propriedade do RDL ChartAxis.LabelIntervalType

Gets or sets the units for the LabelInterval.

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

Sintaxe

'Declaração
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.RdlObjectModel