Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the type of arrows for axis labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Arrows As ReportEnumProperty(Of ChartAxisArrow)
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAxisArrow)
value = instance.Arrows
public ReportEnumProperty<ChartAxisArrow> Arrows { get; }
public:
property ReportEnumProperty<ChartAxisArrow>^ Arrows {
ReportEnumProperty<ChartAxisArrow>^ get ();
}
member Arrows : ReportEnumProperty<ChartAxisArrow>
function get Arrows () : ReportEnumProperty<ChartAxisArrow>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisArrow>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace