| Visual Basic (Declaration) | |
|---|---|
Public Enum TargetView Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum TargetView : Enum | |
| Member | Description |
|---|---|
| FirstView | The first (top) view is the active view. |
| SecondView | The second (bottom) view is the active view. |
| BothViews | Both views are active. |
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
DataDynamics.ActiveReports.Viewer.TargetView