ChartLineAnnotation.EndCap Property
The style for the anchor cap at the end of an annotation line.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EndCap As ReportExpression(Of ChartEndCapTypes)
Get
Set
'Usage
Dim instance As ChartLineAnnotation
Dim value As ReportExpression(Of ChartEndCapTypes)
value = instance.EndCap
instance.EndCap = value
public ReportExpression<ChartEndCapTypes> EndCap { get; set; }
public:
property ReportExpression<ChartEndCapTypes> EndCap {
ReportExpression<ChartEndCapTypes> get ();
void set (ReportExpression<ChartEndCapTypes> value);
}
member EndCap : ReportExpression<ChartEndCapTypes> with get, set
function get EndCap () : ReportExpression<ChartEndCapTypes>
function set EndCap (value : ReportExpression<ChartEndCapTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartEndCapTypes>
A ReportExpression<T> object.