共用方式為


Location 屬性

Gets a value that indicates whether the axis is drawn on the default side or on the opposite side.

命名空間:  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< (Of < ( <'ChartAxisLocations> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAxisLocations>] object.