Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExporterOptions Class / AssignFrom Method
The source object to copy properties from.

In This Topic
    AssignFrom Method (ExporterOptions)
    In This Topic
    Assigns (copies) properties from another ExporterOptions to the current object.
    Syntax
    'Declaration
     
    Public Overridable Sub AssignFrom( _
       ByVal source As ExporterOptions _
    ) 
    public virtual void AssignFrom( 
       ExporterOptions source
    )

    Parameters

    source
    The source object to copy properties from.
    See Also