Freigeben über


ChartLegend.Position-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property Position As ReportEnumProperty(Of ChartLegendPositions)
    Get
'Usage
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>

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegend Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace