次の方法で共有


ChartDataPoint.m_customProperties フィールド

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

データ ポイントのカスタム プロパティを表す CustomPropertyCollection オブジェクト。

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

構文

'宣言
Protected m_customProperties As CustomPropertyCollection
'使用
Dim value As CustomPropertyCollection 

value = Me.m_customProperties 

Me.m_customProperties = value
protected CustomPropertyCollection m_customProperties
protected:
CustomPropertyCollection^ m_customProperties
val mutable m_customProperties: CustomPropertyCollection
protected var m_customProperties : CustomPropertyCollection

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間