軸を既定の側に描画するか、それとも反対側に描画するかを示す値を取得または設定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property Location As ReportExpression(Of ChartAxisLocations)
Get
Set
'使用
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>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAxisLocations>
ReportExpression<T> オブジェクト。