Condividi tramite


Campo ChartDataPoint.m_dataPointValues

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected m_dataPointValues As ChartDataPointValues
'Utilizzo
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

Vedere anche

Riferimento

ChartDataPoint Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering