Partager via


Propriété LegendText

Gets or sets the label to be displayed for the map distribution in the legend.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LegendText As ReportExpression
    Get
    Set
'Utilisation
Dim instance As MapAppearanceRule
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)