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.

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

Syntax

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

Parameters

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

See Also