| Visual Basic (Declaration) | |
|---|---|
Public Enum TargetView Inherits System.Enum | |
| C# | |
|---|---|
public enum TargetView : System.Enum | |
| Member | Description |
|---|---|
| Primary | The primary (Bottom) view is the active view. |
| Secondary | The secondary (Upper) view is the active view. |
The viewer can be split into two views using the splitter. This enumeration determines which view will be effected by methods and property calls.
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Viewer.Win.TargetView