Compartir a través de


Position Propiedad

Gets the calculated value of the Position property in a ChartLegend class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Position As ChartLegendPositions
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendPositions
A ChartLegendPositions value that represents the calculated value of the Position property.