ChartLegend.Position Property

Definition

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendPositions> ^ Position { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendPositions> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendPositions> Position { get; }
member this.Position : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendPositions>
Public ReadOnly Property Position As ReportEnumProperty(Of ChartLegendPositions)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to