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

In This Topic
    InteractiveWidth Property
    In This Topic
    Gets or sets the default width for rendering the report when in an interactive renderer. There is no maximum size. A value of 0 (with any unit) indicates width should be unlimited. Defaults to PageWidth.
    Syntax
    'Declaration
     
    Public Property InteractiveWidth As ReportSize
    public ReportSize InteractiveWidth {get; set;}
    See Also