次の方法で共有


ChartAxis.StripLines プロパティ

軸のストリップ ラインを取得します。

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

構文

'宣言
Public ReadOnly Property StripLines As ChartStripLineCollection 
    Get
'使用
Dim instance As ChartAxis 
Dim value As ChartStripLineCollection 

value = instance.StripLines
public ChartStripLineCollection StripLines { get; }
public:
property ChartStripLineCollection^ StripLines {
    ChartStripLineCollection^ get ();
}
member StripLines : ChartStripLineCollection
function get StripLines () : ChartStripLineCollection

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
ChartStripLineCollection オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間