Właściwość ChartSeries.LegendName
Pobiera wyrażenie definiującego nazwy legendy, w którym powinien pojawić się tej serii.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride ReadOnly Property LegendName As ReportStringProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty obiektu.
Zobacz także