Partager via


Propriété Position

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Position As ChartLegendPositions
    Get
'Utilisation
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

Valeur de propriété

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