Copies the options from the specified export options form to corresponding properties on the current exporter. Can be overridden in a derived class to handle format-specific options.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected virtual void CopyPropertiesFromOptionsForm(
	ExportOptionsFormBase f
)
Visual Basic
Protected Overridable Sub CopyPropertiesFromOptionsForm ( _
	f As ExportOptionsFormBase _
)

Parameters

f
Type: C1.C1Preview.Export..::..ExportOptionsFormBase
The ExportOptionsFormBase object to copy the options from.

See Also