共用方式為


LabelIntervalType 屬性

Gets the units for the LabelInterval.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property LabelIntervalType As ReportExpression(Of ChartIntervalTypes)
    Get
    Set
'用途
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>)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartIntervalTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>] object.