[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.OpenedReport

OpenedReport Property

OpenedReport

Gets the type of the report currently opened in the viewer.

Declaration
public OpenedReport OpenedReport { get; }
Property Value
Type Description
OpenedReport

The OpenedReport enumeration value that indicates the type of the report opened. This can be one of the predefined types such as SectionReport, PageReport, or RdlReport, among others, depending on the report format loaded into the viewer.

Remarks

This property provides a convenient way to determine the format of the report currently being displayed by the viewer.