Поделиться через


Свойство ChartSeries.CategoryAxisName

Gets an expression that evaluates to the name of the category axis against which to plot this series.

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

Синтаксис

'Декларация
Public MustOverride ReadOnly Property CategoryAxisName As ReportStringProperty 
    Get
'Применение
Dim instance As ChartSeries 
Dim value As ReportStringProperty 

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

См. также

Справочник

ChartSeries Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering