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 Arrows 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 Arrows As ChartAxisArrow
Get
'Uso
Dim instance As ChartAxisInstance
Dim value As ChartAxisArrow
value = instance.Arrows
public ChartAxisArrow Arrows { get; }
public:
property ChartAxisArrow Arrows {
ChartAxisArrow get ();
}
member Arrows : ChartAxisArrow
function get Arrows () : ChartAxisArrow
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisArrow
A ChartAxisArrow value that represents the calculated value of the Arrows property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering