ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / OpenedReport Property

In This Topic
    OpenedReport Property
    In This Topic
    Gets the type of the report currently opened in the viewer.
    Syntax
    'Declaration
     
    Public ReadOnly Property OpenedReport As OpenedReport
    public OpenedReport OpenedReport {get;}

    Property Value

    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.
    See Also