[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem.Fork

Fork Method

Fork(IDataScope)

Creates a copy of the report item with the specified data scope.

Declaration
IReportItem Fork(IDataScope dataScope)
Parameters
Type Name Description
IDataScope dataScope

The data scope to be applied to the new report item.

Returns
Type Description
IReportItem

A new IReportItem instance with the specified data scope.