ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ISubreport Interface / Report Property

In This Topic
    Report Property (ISubreport)
    In This Topic
    Gets the renderable report that this subreport report item represents.
    Syntax
    'Declaration
     
    ReadOnly Property Report As IReport
    IReport Report {get;}

    Property Value

    An IReport representing the renderable report for this subreport.
    See Also