共用方式為


ChartMember.Label 屬性

Gets 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 (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label displayed on the legend or category axis.

請參閱

參考

ChartMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間