Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / XpsExporter Class / CopyPropertiesToOptionsForm Method
The ExportOptionsFormBase object to copy the properties to.

In This Topic
    CopyPropertiesToOptionsForm Method (XpsExporter)
    In This Topic
    Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options.
    Syntax
    'Declaration
     
    Protected Overridable Sub CopyPropertiesToOptionsForm( _
       ByVal f As ExportOptionsFormBase _
    ) 
    protected virtual void CopyPropertiesToOptionsForm( 
       ExportOptionsFormBase f
    )

    Parameters

    f
    The ExportOptionsFormBase object to copy the properties to.
    See Also