次の方法で共有


ChartAxis.Interlaced プロパティ

ストリップ ラインを軸の 1 つ置きのグリッド線、目盛り、またはラベル間隔に使用するかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property Interlaced As ReportBoolProperty 
    Get
'使用
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

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

プロパティ値

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

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間