Propriedade do RDL LegendName
Name of the legend in which this series should appear.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property LegendName As String
Get
Set
'Uso
Dim instance As ChartSeries
Dim value As String
value = instance.LegendName
instance.LegendName = value
public string LegendName { get; set; }
public:
property String^ LegendName {
String^ get ();
void set (String^ value);
}
member LegendName : string with get, set
function get LegendName () : String
function set LegendName (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A string value.