Gets or sets the height of a line of text.

Default: null, renderer determines line height based on font size.

Min: 1 pt. Max: 1000 pt.

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

Syntax

C#
public RdlSize LineHeight { get; set; }
Visual Basic
Public Property LineHeight As RdlSize
	Get
	Set

See Also