Propriedade LegendText
Gets the calculated value of the LegendText property in a ChartItemInLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LegendText As String
Get
'Uso
Dim instance As ChartItemInLegendInstance
Dim value As String
value = instance.LegendText
public string LegendText { get; }
public:
property String^ LegendText {
String^ get ();
}
member LegendText : string
function get LegendText () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value that represents the calculated value of the LegendText property.