[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.TargetView

TargetView Enum

Specifies the active view within the Viewer control.

Namespace: GrapeCity.ActiveReports.Viewer.Win
Assembly: MESCIUS.ActiveReports.Viewer.Win.dll
Syntax
public enum TargetView
Remarks

The Viewer control can display reports in either a primary or secondary view. This enumeration allows you to specify or determine which view is currently active. The primary view is typically the main view used for displaying reports, while the secondary view can be used for displaying additional information or a different report.

Fields

Name Description
Primary

Indicates the primary view of the Viewer control.

Secondary

Indicates the secondary view of the Viewer control.