Gets or sets a string defining the Expression used to generate the outline caption for objects produced by the current data binding.

For instance, if a render object is data bound to a data source that contains a field "CustomerName", setting this property to "Customer: [Fields!CustomerName.Value]" will generate an outline node similar to "Customer: John Doe" for each generated instance of the render object.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string OutlineText { get; set; }
Visual Basic
Public Property OutlineText As String
	Get
	Set

See Also