Gets or sets the type of form that is used to enter the export output range. That form can be invoked from the export options form (OptionsFormClass). The form's type must be assignable to OutputRangeForm.

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

Syntax

C#
public Type RangeFormClass { get; set; }
Visual Basic
Public Property RangeFormClass As Type
	Get
	Set

See Also