次の方法で共有


ChartDataPoint.CustomProperties プロパティ

データ ポイントのカスタム プロパティを取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property CustomProperties As CustomPropertyCollection 
    Get
'使用
Dim instance As ChartDataPoint 
Dim value As CustomPropertyCollection 

value = instance.CustomProperties
public abstract CustomPropertyCollection CustomProperties { get; }
public:
virtual property CustomPropertyCollection^ CustomProperties {
    CustomPropertyCollection^ get () abstract;
}
abstract CustomProperties : CustomPropertyCollection
abstract function get CustomProperties () : CustomPropertyCollection

プロパティ値

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

関連項目

参照

ChartDataPoint クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間