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.

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

Syntax

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

See Also