次の方法で共有


ChartItemInLegend.LegendText プロパティ

凡例のアイテムに使用されるラベルです。

名前空間:  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)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

ChartItemInLegend クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間