Freigeben über


ChartAxisInstance.Location-Eigenschaft

Gets the calculated value of the Location property in a ChartAxis class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Location As ChartAxisLocation 
    Get
'Usage
Dim instance As ChartAxisInstance 
Dim value As ChartAxisLocation 

value = instance.Location
public ChartAxisLocation Location { get; }
public:
property ChartAxisLocation Location {
    ChartAxisLocation get ();
}
member Location : ChartAxisLocation
function get Location () : ChartAxisLocation

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisLocation
A ChartAxisLocation value that represents the calculated value of the Location property.

Siehe auch

Verweis

ChartAxisInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace