Location 속성
Gets a value that indicates whether the axis is drawn on the default side or on the opposite side.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property Location As ReportEnumProperty(Of ChartAxisLocation)
Get
‘사용 방법
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAxisLocation)
value = instance.Location
public ReportEnumProperty<ChartAxisLocation> Location { get; }
public:
property ReportEnumProperty<ChartAxisLocation>^ Location {
ReportEnumProperty<ChartAxisLocation>^ get ();
}
member Location : ReportEnumProperty<ChartAxisLocation>
function get Location () : ReportEnumProperty<ChartAxisLocation>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'ChartAxisLocation> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.