Copies the properties of the current exporter to corresponding user-editable options of the specified export options form.

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

Syntax

C#
protected override void CopyPropertiesToOptionsForm(
	ExportOptionsFormBase f
)
Visual Basic
Protected Overrides Sub CopyPropertiesToOptionsForm ( _
	f As ExportOptionsFormBase _
)

Parameters

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

See Also