次の方法で共有


ChartDataPoint.m_actionInfo フィールド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このデータ ポイントに関連付けられているアクションを表す ActionInfo オブジェクト。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Protected m_actionInfo As ActionInfo
'使用
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

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間