ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Interfaces Namespace / IReportRenderingContext Interface / CreateSubreportReport Method
Subreport definition.
DataScope to subreport be craeted from.
Parent language if any.

In This Topic
    CreateSubreportReport Method
    In This Topic
    Creates IReport rendering component for a given subreport
    Syntax
    'Declaration
     
    Function CreateSubreportReport( _
       ByVal def As Subreport, _
       ByVal dataScope As IDataScopeInternal, _
       Optional ByVal language As CultureInfo _
    ) As IReport
    IReport CreateSubreportReport( 
       Subreport def,
       IDataScopeInternal dataScope,
       CultureInfo language
    )

    Parameters

    def
    Subreport definition.
    dataScope
    DataScope to subreport be craeted from.
    language
    Parent language if any.
    See Also