ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / Document Property

In This Topic
    Document Property (Viewer)
    In This Topic
    Gets the section report document displayed in the viewer.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As SectionDocument
    public SectionDocument Document {get;}

    Property Value

    A GrapeCity.ActiveReports.Document.SectionDocument representing the section report document.
    See Also