Gets or sets the width to which the chart should grow/shrink. Width is used as the initial width for relative layout changes due to resizing.

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

Syntax

C#
public RdlSize DynamicWidth { get; set; }
Visual Basic
Public Property DynamicWidth As RdlSize
	Get
	Set

See Also