ChartDataPoint.m_customPropertiesReady フィールド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
カスタム プロパティ値の準備ができているかどうかを示す Boolean 値。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected m_customPropertiesReady As Boolean
'使用
Dim value As Boolean
value = Me.m_customPropertiesReady
Me.m_customPropertiesReady = value
protected bool m_customPropertiesReady
protected:
bool m_customPropertiesReady
val mutable m_customPropertiesReady: bool
protected var m_customPropertiesReady : boolean