Compartilhar via


Campo ChartDataPoint.m_dataPointValues

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

Consulte também

Referência

ChartDataPoint Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering