次の方法で共有


ActionInfo.m_chartConstruction フィールド

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

アクション コンテキストが有効であるかどうかを示す Boolean 値。

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

構文

'宣言
Protected m_chartConstruction As Boolean
'使用
Dim value As Boolean 

value = Me.m_chartConstruction 

Me.m_chartConstruction = value
protected bool m_chartConstruction
protected:
bool m_chartConstruction
val mutable m_chartConstruction: bool
protected var m_chartConstruction : boolean

関連項目

参照

ActionInfo クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間