共用方式為


IntervalType 屬性

Units for the Interval.

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

語法

'宣告
Public Property IntervalType As ReportExpression(Of ChartIntervalTypes)
    Get
    Set
'用途
Dim instance As ChartTickMarks
Dim value As ReportExpression(Of ChartIntervalTypes)

value = instance.IntervalType

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