Freigeben über


Arrows-Eigenschaft

Gets the type of arrows for axis labels.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Arrows As ReportExpression(Of ChartArrowsTypes)
    Get
    Set
'Usage
Dim instance As ChartAxis
Dim value As ReportExpression(Of ChartArrowsTypes)

value = instance.Arrows

instance.Arrows = value
public ReportExpression<ChartArrowsTypes> Arrows { get; set; }
public:
property ReportExpression<ChartArrowsTypes> Arrows {
    ReportExpression<ChartArrowsTypes> get ();
    void set (ReportExpression<ChartArrowsTypes> value);
}
member Arrows : ReportExpression<ChartArrowsTypes> with get, set
function get Arrows () : ReportExpression<ChartArrowsTypes>
function set Arrows (value : ReportExpression<ChartArrowsTypes>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartArrowsTypes> ) > ) >
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartArrowsTypes>] object.