FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / PushDataScope Method

In This Topic
    PushDataScope Method
    In This Topic
    For internal use. Push the specific data scope on top of the current data scope.
    Syntax
    'Declaration
     
    Public Sub PushDataScope( _
       ByVal scope As DataScope _
    ) 
    public void PushDataScope( 
       DataScope scope
    )

    Parameters

    scope
    See Also