Partilhar via


Propriedade do RDL ChartSeries.ChartItemInLegend

Defines how the series appears when displayed in a legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartItemInLegend As ChartItemInLegend 
    Get 
    Set
'Uso
Dim instance As ChartSeries 
Dim value As ChartItemInLegend 

value = instance.ChartItemInLegend

instance.ChartItemInLegend = value
public ChartItemInLegend ChartItemInLegend { get; set; }
public:
property ChartItemInLegend^ ChartItemInLegend {
    ChartItemInLegend^ get ();
    void set (ChartItemInLegend^ value);
}
member ChartItemInLegend : ChartItemInLegend with get, set
function get ChartItemInLegend () : ChartItemInLegend 
function set ChartItemInLegend (value : ChartItemInLegend)

Valor da propriedade

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

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.RdlObjectModel