[]
        
(Showing Draft Content)

C1.C1Preview.Export.Exporter.OptionsFormClassName

OptionsFormClassName Property

OptionsFormClassName

Gets or sets the type name of form that is used to edit export options. That form is shown when the Export(string) or the Export(Stream) method is called if ShowOptions is true. The form's type must be assignable to the type specified by the DefaultOptionsFormClass property.

Declaration
public string OptionsFormClassName { get; set; }
See Also