'Declaration Public Property InteractiveWidth As Length
public Length InteractiveWidth {get; set;}
Using a length of 0 with any unit indicates that the width should be treated as unlimited.
0
Default value is PageWidth.
Report report = new Report(); report.InteractiveWidth = "9.5in";
Report Class Report Members