ActiveReports 8
LayoutCapabilities Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutCapabilities Enumeration

Glossary Item Box

Specifies what layout options are available for the report item. This enumeration is used with the DataDynamics.Reports.Extensibility.Layout.ILayoutManager.Capabilities property.

Syntax

Visual Basic (Declaration) 
Public Enum LayoutCapabilities 
   Inherits System.Enum
C# 
public enum LayoutCapabilities : System.Enum 

Members

MemberDescription
CanGrowHorizontallyThe report item can grow horizontally to fit the contents.
CanGrowVerticallyThe report item can grow vertically to fit the contents.
CanShrinkHorizontallyThe report item can shrink horizontally to fit the contents.
CanShrinkVerticallyThe report item can shrink vertically to fit the contents.
CanSplitHorizontallyWhen 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.
CanSplitVerticallyWhen 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.
NoneThe report item size remains fixed regardless of the contents.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.LayoutCapabilities

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also