ChartDataPoint.m_actionInfo Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
A ActionInfo object that represents the actions associated with this data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_actionInfo As ActionInfo
'Usage
Dim value As ActionInfo
value = Me.m_actionInfo
Me.m_actionInfo = value
protected ActionInfo m_actionInfo
protected:
ActionInfo^ m_actionInfo
val mutable m_actionInfo: ActionInfo
protected var m_actionInfo : ActionInfo
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace