Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the X and Y values of the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues
Get
'Usage
Dim instance As ChartDataPoint
Dim value As ChartDataPointValues
value = instance.DataPointValues
public abstract ChartDataPointValues DataPointValues { get; }
public:
virtual property ChartDataPointValues^ DataPointValues {
ChartDataPointValues^ get () abstract;
}
abstract DataPointValues : ChartDataPointValues
abstract function get DataPointValues () : ChartDataPointValues
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
A ChartDataPointValues object that represents the X and Y values of the data point.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace