次の方法で共有


ChartSeries.LegendName プロパティ

この系列を表示する凡例の名前。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property LegendName As String 
    Get 
    Set
'使用
Dim instance As ChartSeries 
Dim value As String 

value = instance.LegendName

instance.LegendName = value
public string LegendName { get; set; }
public:
property String^ LegendName {
    String^ get ();
    void set (String^ value);
}
member LegendName : string with get, set
function get LegendName () : String 
function set LegendName (value : String)

プロパティ値

型: System.String
string 値。

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間