共用方式為


ChartLegend.Position 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Position As ReportEnumProperty(Of ChartLegendPositions)
    Get
'用途
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>

屬性值

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

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間