Compartir a través de


ChartAxisInstance.Location Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Location As ChartAxisLocation 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartAxisInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering