Compartir a través de


ChartItemInLegend.LegendText Propiedad

Label to use in the legend for the item.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property LegendText As ReportExpression 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Vea también

Referencia

ChartItemInLegend Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel