次の方法で共有


ChartStripLine.IntervalType プロパティ

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 ChartStripLine 
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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartIntervalTypes>
ReportExpression<T> オブジェクト。

関連項目

参照

ChartStripLine クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間