Gets or sets the default height for rendering the report when in an interactive renderer. There is no maximum size. A value of 0 (with any unit) indicates height should be unlimited. Defaults to PageHeight.

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

Syntax

C#
public ReportSize InteractiveHeight { get; set; }
Visual Basic
Public Property InteractiveHeight As ReportSize
	Get
	Set

See Also