Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering