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