ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / CopyTo Method
Specified border.

In This Topic
    CopyTo Method (Border)
    In This Topic
    Copies this border attributes to the specified border.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal border As Border _
    ) 
    public void CopyTo( 
       Border border
    )

    Parameters

    border
    Specified border.
    See Also