Свойство ChartSeries.ChartAreaName
Gets an expression that evaluates to the name of the chart area in which to plot the series.
Пространство имен: 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
A ReportStringProperty object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering