'Declaration Public Enum ViewType Inherits System.Enum
public enum ViewType : System.Enum
'Declaration Public Enum ViewType Inherits System.Enum
public enum ViewType : System.Enum
Member | Description |
---|---|
Continuous | Displays the report pages in a continuous vertical layout, allowing users to scroll through the report without page breaks. This mode is useful for reading reports in a flowing manner. |
MultiPage | Displays multiple pages of the report simultaneously. This mode provides an overview of several pages at once, facilitating quick navigation. |
SinglePage | Displays only a single page of the report at a time. This mode is suitable for detailed review of individual pages. |
System.Object
System.ValueType
System.Enum
GrapeCity.Viewer.Common.Model.ViewType