LegendText 屬性

Label to use in the legend for the item.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property LegendText As ReportExpression
    Get
    Set
'用途
Dim instance As ChartItemInLegend
Dim value As ReportExpression

value = instance.LegendText

instance.LegendText = value
public ReportExpression LegendText { get; set; }
public:
property ReportExpression LegendText {
    ReportExpression get ();
    void set (ReportExpression value);
}
member LegendText : ReportExpression with get, set
function get LegendText () : ReportExpression
function set LegendText (value : ReportExpression)