Position 属性
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< (Of < ( <'ChartLegendPositions> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.