Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the empty points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartEmptyPoints
A ChartEmptyPoints object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace