Свойство ChartMember.Label
Gets the label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members).
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property Label As ReportStringProperty
Get
'Применение
Dim instance As ChartMember
Dim value As ReportStringProperty
value = instance.Label
public abstract ReportStringProperty Label { get; }
public:
virtual property ReportStringProperty^ Label {
ReportStringProperty^ get () abstract;
}
abstract Label : ReportStringProperty
abstract function get Label () : ReportStringProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label displayed on the legend or category axis.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering