Compartilhar via


Propriedade do RDL ChartLegend.ChartElementPosition

Gets a custom position for the legend.

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

Sintaxe

'Declaração
Public ReadOnly Property ChartElementPosition As ChartElementPosition 
    Get
'Uso
Dim instance As ChartLegend 
Dim value As ChartElementPosition 

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

Valor da propriedade

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

Consulte também

Referência

ChartLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering