EndCap 属性
The style of an anchor cap at the end of the annotation line.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property EndCap As ReportExpression(Of ChartEndCapTypes)
Get
Set
用法
Dim instance As ChartPolylineAnnotation
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>)
属性值
类型:Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartEndCapTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.