Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Page Class / InteractiveHeight Property

In This Topic
    InteractiveHeight Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property InteractiveHeight As ReportSize
    public ReportSize InteractiveHeight {get; set;}
    See Also