共用方式為


ChartItemInLegend.LegendText 屬性

Gets an expression that evaluates to the label to use in the legend for the item.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LegendText As ReportStringProperty 
    Get
'用途
Dim instance As ChartItemInLegend 
Dim value As ReportStringProperty 

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

請參閱

參考

ChartItemInLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間