EmptyPoints 屬性
Gets the empty points.
命名空間: 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