Udostępnij przez


Właściwość ChartAxis.Location

Pobiera wartość wskazująca, czy oś rysowania na stronie domyślnej lub po przeciwnej stronie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Location As ReportEnumProperty(Of ChartAxisLocation)
    Get
'Użycie
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>