Свойство Arrows

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Arrows As ChartAxisArrow
    Get
'Применение
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

Значение свойства

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisArrow
A ChartAxisArrow value that represents the calculated value of the Arrows property.