ActiveReports 8
CopyFrom Method
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class : CopyFrom Method

backdrop
The Backdrop object from which to copy settings.

Glossary Item Box

Initializes the specified Backdrop object with settings.

Syntax

Visual Basic (Declaration) 
Public Sub CopyFrom( _
   ByVal backdrop As Backdrop _
) 
C# 
public void CopyFrom( 
   Backdrop backdrop
)

Parameters

backdrop
The Backdrop object from which to copy settings.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also