Свойство ChartAxis.Title
Gets the title of the axis.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Title As ChartAxisTitle
Get
'Применение
Dim instance As ChartAxis
Dim value As ChartAxisTitle
value = instance.Title
public ChartAxisTitle Title { get; }
public:
property ChartAxisTitle^ Title {
ChartAxisTitle^ get ();
}
member Title : ChartAxisTitle
function get Title () : ChartAxisTitle
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitle
A ChartAxisTitle object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering