FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / CopyDefinitionFrom Method
C1FlexReport that contains the report to be copied.

In This Topic
    CopyDefinitionFrom Method
    In This Topic
    Copies a report definition from another C1FlexReport component. Please note, subreports referenced from the report via SubreportField or Field are not cloned.
    Syntax
    'Declaration
     
    Public Sub CopyDefinitionFrom( _
       ByVal source As C1FlexReport _
    ) 
    public void CopyDefinitionFrom( 
       C1FlexReport source
    )

    Parameters

    source
    C1FlexReport that contains the report to be copied.
    See Also