Partager via


Propriété ChartLegend.Position

Gets an expression that evaluates to the position of the legend.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Position As ReportEnumProperty(Of ChartLegendPositions)
    Get
'Utilisation
Dim instance As ChartLegend 
Dim value As ReportEnumProperty(Of ChartLegendPositions)

value = instance.Position
public ReportEnumProperty<ChartLegendPositions> Position { get; }
public:
property ReportEnumProperty<ChartLegendPositions>^ Position {
    ReportEnumProperty<ChartLegendPositions>^ get ();
}
member Position : ReportEnumProperty<ChartLegendPositions>
function get Position () : ReportEnumProperty<ChartLegendPositions>

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendPositions>
A ReportEnumProperty<EnumType> object.

Voir aussi

Référence

ChartLegend Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering