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 or sets a value that indicates whether the axis is drawn on the default side or on the opposite side.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Location As ReportExpression(Of ChartAxisLocations)
Get
Set
'Usage
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartAxisLocations)
value = instance.Location
instance.Location = value
public ReportExpression<ChartAxisLocations> Location { get; set; }
public:
property ReportExpression<ChartAxisLocations> Location {
ReportExpression<ChartAxisLocations> get ();
void set (ReportExpression<ChartAxisLocations> value);
}
member Location : ReportExpression<ChartAxisLocations> with get, set
function get Location () : ReportExpression<ChartAxisLocations>
function set Location (value : ReportExpression<ChartAxisLocations>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAxisLocations>
A ReportExpression<T> object.