'Declaration Public Enum Overflow Inherits System.Enum
public enum Overflow : System.Enum
'Declaration Public Enum Overflow Inherits System.Enum
public enum Overflow : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.Overflow