次の方法で共有


ChartStripLineInstance.StripWidthType プロパティ

ChartStripLine クラスの StripWidthType プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property StripWidthType As ChartIntervalType 
    Get
'使用
Dim instance As ChartStripLineInstance 
Dim value As ChartIntervalType 

value = instance.StripWidthType
public ChartIntervalType StripWidthType { get; }
public:
property ChartIntervalType StripWidthType {
    ChartIntervalType get ();
}
member StripWidthType : ChartIntervalType
function get StripWidthType () : ChartIntervalType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartIntervalType
StripWidthType プロパティの計算値を表す ChartIntervalType 値。

関連項目

参照

ChartStripLineInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間