Udostępnij przez


Właściwość ChartAxis.LabelIntervalType

Pobiera jednostki LabelInterval.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>] obiektu.