Partager via


Propriété ChartElementPosition

Gets the custom position for the title.

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

Syntaxe

'Déclaration
Public ReadOnly Property ChartElementPosition As ChartElementPosition
    Get
'Utilisation
Dim instance As ChartTitle
Dim value As ChartElementPosition

value = instance.ChartElementPosition
public ChartElementPosition ChartElementPosition { get; }
public:
property ChartElementPosition^ ChartElementPosition {
    ChartElementPosition^ get ();
}
member ChartElementPosition : ChartElementPosition
function get ChartElementPosition () : ChartElementPosition