[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutCapabilities

LayoutCapabilities Enum

Specifies what layout options are available for the report item. This enumeration is used with the Capabilities property.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Flags]
public enum LayoutCapabilities

Fields

Name 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.

Extension Methods