ChartSeries.m_chart Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the chart in which to plot the series.
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
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace