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