次の方法で共有


ChartSeries.EmptyPoints プロパティ

空のポイントを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints 
    Get
'使用
Dim instance As ChartSeries 
Dim value As ChartEmptyPoints 

value = instance.EmptyPoints
public abstract ChartEmptyPoints EmptyPoints { get; }
public:
virtual property ChartEmptyPoints^ EmptyPoints {
    ChartEmptyPoints^ get () abstract;
}
abstract EmptyPoints : ChartEmptyPoints
abstract function get EmptyPoints () : ChartEmptyPoints

プロパティ値

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

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間