LegendName Propiedad
Gets the calculated value of the LegendName property in a ChartSeries class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property LegendName As String
Get
'Uso
Dim instance As ChartSeriesInstance
Dim value As String
value = instance.LegendName
public string LegendName { get; }
public:
property String^ LegendName {
String^ get ();
}
member LegendName : string
function get LegendName () : String
Valor de la propiedad
Tipo: System. . :: . .String
A string value that represents the calculated value of the LegendName property.