Compartilhar via


Propriedade do RDL ChartAxisInstance.Location

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartAxisInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering