Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the Position property in a ChartTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartTitlePositions
Get
'Usage
Dim instance As ChartTitleInstance
Dim value As ChartTitlePositions
value = instance.Position
public ChartTitlePositions Position { get; }
public:
property ChartTitlePositions Position {
ChartTitlePositions get ();
}
member Position : ChartTitlePositions
function get Position () : ChartTitlePositions
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitlePositions
A ChartTitlePositions value that represents the calculated value of the Position property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace