Compartir a través de


Campo ChartDataPoint.m_dataPointValues

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

A ChartDataPointValues object that represents the X and Y values of the data point.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected m_dataPointValues As ChartDataPointValues
'Uso
Dim value As ChartDataPointValues 

value = Me.m_dataPointValues 

Me.m_dataPointValues = value
protected ChartDataPointValues m_dataPointValues
protected:
ChartDataPointValues^ m_dataPointValues
val mutable m_dataPointValues: ChartDataPointValues
protected var m_dataPointValues : ChartDataPointValues

Vea también

Referencia

ChartDataPoint Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering