Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets 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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartArrowsTypes>
A ReportExpression<T> object.