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.