ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportStore Class / GetSubReport Method

In This Topic
    GetSubReport Method
    In This Topic
    Gets page report for given subreport control.
    Syntax
    'Declaration
     
    Public Function GetSubReport( _
       ByVal subreport As Subreport _
    ) As Report
    public Report GetSubReport( 
       Subreport subreport
    )

    Parameters

    subreport
    See Also