ChartSeries.m_chart Field

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected m_chart As Chart
'Usage
Dim value As Chart

value = Me.m_chart

Me.m_chart = value
protected Chart m_chart
protected:
Chart^ m_chart
val mutable m_chart: Chart
protected var m_chart : Chart