ComponentOne FlexReport for UWP
CopyDefinitionFrom Method

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > C1FlexReport Class : CopyDefinitionFrom Method
C1FlexReport that contains the report to be copied.
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

Reference

C1FlexReport Class
C1FlexReport Members