Position 屬性
Gets the calculated value of the Position property in a ChartLegend class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Position As ChartLegendPositions
Get
'用途
Dim instance As ChartLegendInstance
Dim value As ChartLegendPositions
value = instance.Position
public ChartLegendPositions Position { get; }
public:
property ChartLegendPositions Position {
ChartLegendPositions get ();
}
member Position : ChartLegendPositions
function get Position () : ChartLegendPositions
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendPositions
A ChartLegendPositions value that represents the calculated value of the Position property.