[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Interfaces.IReportRenderingContext.CreateSubreportReport

CreateSubreportReport Method

CreateSubreportReport(Subreport, IDataScopeInternal, CultureInfo)

Creates IReport rendering component for a given subreport

Declaration
IReport CreateSubreportReport(Subreport def, IDataScopeInternal dataScope, CultureInfo language = null)
Parameters
Type Name Description
Subreport def

Subreport definition.

IDataScopeInternal dataScope

DataScope to subreport be craeted from.

CultureInfo language

Parent language if any.

Returns
Type Description
IReport