Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the Legend in which the data distribution is displayed.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LegendName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value.