次の方法で共有


ChartEmptyPoints.CustomProperties プロパティ

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

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

構文

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

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.CustomPropertyCollection
CustomPropertyCollection オブジェクト。

関連項目

参照

ChartEmptyPoints クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間