ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / CopyTo Method
GrapeCity.ActiveReports.Border object.

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

    Parameters

    border
    GrapeCity.ActiveReports.Border object.
    See Also