Partager via


Propriété Location

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Location As ChartAxisLocation
    Get
'Utilisation
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

Valeur de propriété

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