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