共用方式為


MapAppearanceRule.LegendName 屬性

Gets or sets the name of the Legend in which the data distribution is displayed.

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

語法

'宣告
Public Property LegendName As String 
    Get 
    Set
'用途
Dim instance As MapAppearanceRule 
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
A string value.

請參閱

參考

MapAppearanceRule 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間