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 ChartAlignType class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As Boolean
Get
'Usage
Dim instance As ChartAlignTypeInstance
Dim value As Boolean
value = instance.Position
public bool Position { get; }
public:
property bool Position {
bool get ();
}
member Position : bool
function get Position () : boolean
Eigenschaftswert
Typ: System.Boolean
A Boolean value that represents the calculated value of the Position property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace