Types of a page.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
public enum StiPageType
<FlagsAttribute>
Public Enumeration StiPageType
Members
| Member name | Value | Description |
---|
| Form | 1 |
Dialog form.
|
| Page | 2 |
Page.
|
| Dashboard | 4 |
Dashboard.
|
| All | 7 |
All.
|
See Also