[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Facade.RenderingTree.IForkableReportItem

IForkableReportItem Interface

Represents an interface that provides the ability to create a copy of the report item with a new data scope.

Namespace: GrapeCity.ActiveReports.Rendering.Facade.RenderingTree
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IForkableReportItem

Methods

Name Description
Fork(IDataScope)

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

Extension Methods