Свойство ValueAxisName
Name of the value axis against which to plot this series.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property ValueAxisName As ReportStringProperty
Get
'Применение
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.ValueAxisName
public abstract ReportStringProperty ValueAxisName { get; }
public:
virtual property ReportStringProperty^ ValueAxisName {
ReportStringProperty^ get () abstract;
}
abstract ValueAxisName : ReportStringProperty
abstract function get ValueAxisName () : ReportStringProperty
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.