다음을 통해 공유


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.dll의 Microsoft.ReportingServices.Designer.Controls

구문

‘선언
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>)