Compartilhar via


Propriedade do RDL ChartItemInLegend.LegendText

Gets an expression that evaluates to the label to use in the legend for the item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property LegendText As ReportStringProperty 
    Get
'Uso
Dim instance As ChartItemInLegend 
Dim value As ReportStringProperty 

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Consulte também

Referência

ChartItemInLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering