Свойство ChartAreaName

Gets the calculated value of the ChartAreaName property in a ChartSeries class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ChartAreaName As String
    Get
'Применение
Dim instance As ChartSeriesInstance
Dim value As String

value = instance.ChartAreaName
public string ChartAreaName { get; }
public:
property String^ ChartAreaName {
    String^ get ();
}
member ChartAreaName : string
function get ChartAreaName () : String

Значение свойства

Тип System. . :: . .String
A string value that represents the calculated value of the ChartAreaName property.