Udostępnij za pośrednictwem


ChartLegend.Position Property

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>

Property Value

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

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace