[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Overflow

Overflow Enum

Specifies and overflow behavior for Container report item.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum Overflow

Fields

Name Description
Auto

The action value is depends on report type. For the dashboards the auto equals to 'Scroll'.

Clip

Content is clipped on overflow.

Grow

Container grows with content.

Hidden

Content is clipped on overflow.

Scroll

Scrollbar is automatically added to scroll the content.

Visible

Content is not clipped on overflow.

Extension Methods