Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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