Label 속성
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.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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