Свойство LegendName

Gets the calculated value of the LegendName property in a ChartSeries class.

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

Синтаксис

'Декларация
Public ReadOnly Property LegendName As String
    Get
'Применение
Dim instance As ChartSeriesInstance
Dim value As String

value = instance.LegendName
public string LegendName { get; }
public:
property String^ LegendName {
    String^ get ();
}
member LegendName : string
function get LegendName () : String

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

Тип: System. . :: . .String
A string value that represents the calculated value of the LegendName property.