ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Facade.RenderingTree Namespace / IForkableReportItem Interface / Fork Method
The data scope to be applied to the new report item.

In This Topic
    Fork Method (IForkableReportItem)
    In This Topic
    Creates a copy of the report item with the specified data scope.
    Syntax
    'Declaration
     
    Function Fork( _
       ByVal dataScope As IDataScope _
    ) As IReportItem

    Parameters

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

    Return Value

    See Also