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 命名空间