次の方法で共有


ChartSeries.ChartAreaName プロパティ

系列をプロットするグラフ領域の名前に評価される式を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property ChartAreaName As ReportStringProperty 
    Get
'使用
Dim instance As ChartSeries 
Dim value As ReportStringProperty 

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

プロパティ値

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

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間