Gets or sets the style of the callout line.

Default: Solid.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<BorderStyle> CalloutLineStyle { get; set; }
Visual Basic
Public Property CalloutLineStyle As RdlEnum(Of BorderStyle)
	Get
	Set

See Also