Partager via


Propriété Arrows

Gets the calculated value of the Arrows 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 Arrows As ChartAxisArrow
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisArrow
A ChartAxisArrow value that represents the calculated value of the Arrows property.