GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutCapabilities Enumeration |
'Declaration Public Enum LayoutCapabilities Inherits System.Enum
public enum LayoutCapabilities : System.Enum
Member | Description |
---|---|
CanGrowHorizontally | The report item can grow horizontally to fit the contents. |
CanGrowVertically | The report item can grow vertically to fit the contents. |
CanShrinkHorizontally | The report item can shrink horizontally to fit the contents. |
CanShrinkVertically | The report item can shrink vertically to fit the contents. |
CanSplitHorizontally | When the contents do not fit, the left portion of the report item can be rendered on the current page and the right portion on the following page. The default behavior is for the entire report item to move to the following page. |
CanSplitVertically | When the contents do not fit, the top portion of the report item can be rendered on the current page and the bottom portion on the following page. The default behavior is for the entire report item to move to the following page. |
None | The report item size remains fixed regardless of the contents. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Layout.LayoutCapabilities