FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / CopyDefinitionFrom Method
FlexReport that contains the report to be copied.

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

    Parameters

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